Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
refactor: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Aug 20, 2023
1 parent 2f58427 commit 50164ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 129 deletions.
2 changes: 1 addition & 1 deletion server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function webSocketHandler(ws: WebSocket) {
});
}

setInterval(() => updateLeaderboard(redisClient as any, 468732), 1000);
setInterval(() => updateLeaderboard(redisClient as any, 468732), 4000);
export default app;

export { webSocketHandler };
127 changes: 0 additions & 127 deletions server/package-lock.json

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

1 change: 0 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"dotenv": "^16.3.1",
"express": "^4.18.2",
"morgan": "^1.10.0",
"node-fetch": "^3.3.2",
"nodemon": "^3.0.1",
"redis": "^4.6.7",
"typescript": "^5.1.6",
Expand Down

0 comments on commit 50164ca

Please sign in to comment.