From 42a6127a1101e62e1ba8a8ae39a2b7954946964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Tkaczy=C5=84ski?= Date: Thu, 22 Aug 2024 17:23:52 +0200 Subject: [PATCH] chore: remove extra ts-ignore --- src/compute.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compute.ts b/src/compute.ts index 473bad2..0090aff 100644 --- a/src/compute.ts +++ b/src/compute.ts @@ -1,5 +1,4 @@ import { formatUnits } from '@ethersproject/units'; -// @ts-ignore import { register } from '@snapshot-labs/checkpoint/dist/src/register'; import snapshotjs from '@snapshot-labs/snapshot.js'; import { Mutex } from 'async-mutex';