diff --git a/bskylink/src/db/index.ts b/bskylink/src/db/index.ts index bb53b79a59..164282e3ba 100644 --- a/bskylink/src/db/index.ts +++ b/bskylink/src/db/index.ts @@ -102,7 +102,10 @@ export class Database { return this.db.isTransaction } - async observeQuery(operation: string, query: () => Promise): Promise { + async observeQuery( + operation: string, + query: () => Promise, + ): Promise { const startedAt = performance.now() try { return await query()