Skip to content

Commit

Permalink
chore: stop updating watchtime
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy authored Sep 17, 2024
1 parent a9f9bd8 commit bc65894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { schema as gql } from "./gql";
import { db, schema } from "./db";
import watchtime from "./watchtime";
// IN TESTING
setInterval(watchtime, 150000);
watchtime();
// setInterval(watchtime, 150000);
// watchtime();
const app = express();

app.use(cookieParser());
Expand Down

0 comments on commit bc65894

Please sign in to comment.