Skip to content

Commit 2e999b8

Browse files
committed
Do not run updater in development
1 parent b1a0039 commit 2e999b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ app.listen(PORT, async () => {
3535
await connectToDatabase()
3636
await seed()
3737
await updateLastRestart()
38-
if (true || inProduction || inStaging) {
38+
if (inProduction || inStaging) {
3939
await setupCron()
4040
}
4141

0 commit comments

Comments
 (0)