From 5933c490b30f886c82df582e49da7196e751b15e Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 31 Oct 2024 21:58:13 -0700 Subject: [PATCH] reformat --- src/collection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collection.ts b/src/collection.ts index ffc89a2..7e71f84 100644 --- a/src/collection.ts +++ b/src/collection.ts @@ -389,7 +389,7 @@ export class Collection { return response; } - const opts = { pageId: query.pageId, noRedirect: query.isProxyOrigin}; + const opts = { pageId: query.pageId, noRedirect: query.isProxyOrigin }; response = await this.store.getResource(query, this.prefix, event, opts);