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 b1a0039 commit 2e999b8Copy full SHA for 2e999b8
src/server/index.ts
@@ -35,7 +35,7 @@ app.listen(PORT, async () => {
35
await connectToDatabase()
36
await seed()
37
await updateLastRestart()
38
- if (true || inProduction || inStaging) {
+ if (inProduction || inStaging) {
39
await setupCron()
40
}
41
0 commit comments