From c3e48c9320404b9f3ee3c59d9a55e26d7ceb43e0 Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Wed, 9 Oct 2024 11:54:33 +0530 Subject: [PATCH] Update src/graphql/operations/options.ts --- src/graphql/operations/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/operations/options.ts b/src/graphql/operations/options.ts index d3c71a3b..c89d4a24 100644 --- a/src/graphql/operations/options.ts +++ b/src/graphql/operations/options.ts @@ -1,5 +1,5 @@ -import snapshot from '@snapshot-labs/snapshot.js'; import { capture } from '@snapshot-labs/snapshot-sentry'; +import snapshot from '@snapshot-labs/snapshot.js'; import log from '../../helpers/log'; import db from '../../helpers/mysql';