Skip to content

Commit 4952a4c

Browse files
committed
chore: remove unused variable
1 parent 0a0a3ec commit 4952a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/routes/wrapped.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const AUDIO_ASSETS = [
3333
];
3434

3535
const preloadAudio = (src: string) => {
36-
return new Promise((resolve, reject) => {
36+
return new Promise((resolve) => {
3737
const audio = new Audio(src);
3838
audio.preload = "auto";
3939

0 commit comments

Comments
 (0)