Skip to content

Commit 2df812e

Browse files
committed
Update index.js
1 parent f9b64f2 commit 2df812e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/april/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default async function () {
2-
if (!(new Date().getMonth() === 3 && new Date().getDate() === 1));
2+
if (!(new Date().getMonth() === 3 && new Date().getDate() === 1)) return;
33

44
if (window.location.pathname.toLowerCase().startsWith("/users/")) {
55
let pong = await import("./pong/profile.js")

0 commit comments

Comments
 (0)