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';