We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b64f2 commit 2df812eCopy full SHA for 2df812e
api/april/index.js
@@ -1,5 +1,5 @@
1
export default async function () {
2
- if (!(new Date().getMonth() === 3 && new Date().getDate() === 1));
+ if (!(new Date().getMonth() === 3 && new Date().getDate() === 1)) return;
3
4
if (window.location.pathname.toLowerCase().startsWith("/users/")) {
5
let pong = await import("./pong/profile.js")
0 commit comments