Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Mar 25, 2024
1 parent c7f2591 commit 5402334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/patches/AudioResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default async (): Promise<void> => {
return Sounds.SpotifyToogleURL;
}
default:
if (AudioResolver.keys().includes(sound)) {
return res();
if (AudioResolver.exports.keys().includes(sound)) {

Check failure on line 25 in src/patches/AudioResolver.ts

View workflow job for this annotation

GitHub Actions / Run linters

Property 'keys' does not exist on type 'AnyFunction'.
return res(sound);
}
}
});
Expand Down

0 comments on commit 5402334

Please sign in to comment.