Skip to content

Commit

Permalink
testing ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
LordFarquaadtheCreator committed Oct 8, 2024
1 parent 608b1c4 commit 03d1967
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
67 changes: 67 additions & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const INTERVAL: number = secondsToMs(60 * 60);
const PORT: number = 3000;
const app = express();
let dbAval: boolean = true;

// initial check
(async () => {
try {
Expand Down

0 comments on commit 03d1967

Please sign in to comment.