From eb8d7fe13c91b8f397f8da6e0707e7339f68a763 Mon Sep 17 00:00:00 2001 From: Paul <108695806+pxrl@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:14:14 +0100 Subject: [PATCH] lint --- src/utils/EventUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/EventUtils.ts b/src/utils/EventUtils.ts index 39e537b88..493849704 100644 --- a/src/utils/EventUtils.ts +++ b/src/utils/EventUtils.ts @@ -12,7 +12,7 @@ export const { sortEventsDescending, sortEventsDescendingInPlace, spreadEvent, - spreadEventWithBlockNumber + spreadEventWithBlockNumber, } = sdkUtils; /**