From e86b585505385dbbb298ee04cf18a525ea16db56 Mon Sep 17 00:00:00 2001 From: Austin McKinley Date: Wed, 19 Aug 2026 09:37:08 -0700 Subject: [PATCH] Format Blink query observer --- bskylink/src/db/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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()