From b80f418a165c38165fdec2eedf48b39e9210699c Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:18:56 -0400 Subject: [PATCH] add @types/lint-staged --- src/sponsorblock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sponsorblock.js b/src/sponsorblock.js index 31b456c8..37cf82db 100644 --- a/src/sponsorblock.js +++ b/src/sponsorblock.js @@ -1,4 +1,4 @@ -import * as sha256 from 'tiny-sha256'; +import sha256 from 'tiny-sha256'; import { configRead } from './config'; import { showNotification } from './ui';