Skip to content

Commit

Permalink
Test remove handleOpenRooms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Elweyn committed Jun 27, 2024
1 parent 6a40561 commit 3184ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// eslint-disable-next-line import/no-unassigned-import
import 'reflect-metadata'
import { handleOpenRooms } from '#graphql/resolvers/dal/handleOpenRooms'
// import { handleOpenRooms } from '#graphql/resolvers/dal/handleOpenRooms'

import logger from './logger'
import { prisma } from './prisma'
import { listen } from './server/server'

const checkForOpenRooms = (): void => {
void handleOpenRooms()
// void handleOpenRooms()
setTimeout(checkForOpenRooms, 60 * 1000)
}

Expand Down

0 comments on commit 3184ca9

Please sign in to comment.