Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Mar 25, 2024
1 parent d7b405d commit 4ea2a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/requiredModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export const ConnectedAccountsUtils = webpack.getByProps<Types.ConnectedAccounts
);

export const AudioResolverPromise = webpack.waitForModule<{
exports: Types.DefaultTypes.AnyFunction;
exports: Types.DefaultTypes.AnyFunction & { keys: () => string[] };
}>(webpack.filters.bySource("./mute.mp3"), { raw: true });

0 comments on commit 4ea2a6b

Please sign in to comment.