Skip to content

Commit

Permalink
sponsorblock.js: fix tiny-sha256 import
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway96 committed Apr 7, 2024
1 parent 49f1492 commit 6db7baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sponsorblock.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as sha256 from 'tiny-sha256';
import sha256 from 'tiny-sha256';
import { configRead } from './config';
import { showNotification } from './ui';

Expand Down

0 comments on commit 6db7baa

Please sign in to comment.