Skip to content

Commit 84e5892

Browse files
committed
fix: new april paths
1 parent 9b20263 commit 84e5892

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/checkerV2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
}],
2727
});
2828
} else {
29-
sessionStorage.removeItem(key)
29+
sessionStorage.removeItem(key);
3030
}
3131
}
3232

3333
throw new Error(`${pluginName}: UnderScript required`);
34-
})(this.GM_info?.script?.name);
34+
}(this.GM_info?.script?.name));

src/utils/isApril.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { getSeasonMonth } from './season.js';
22

3-
export const AUDIO = 'aprilmusics';
3+
export const AUDIO = 'fishMusics';
44

5-
export const IMAGES = 'aprilimages';
5+
export const IMAGES = 'fishImages';
66

77
export function isApril() {
88
return getSeasonMonth() === 4;

0 commit comments

Comments
 (0)