Skip to content

Commit

Permalink
dumb me
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyRoncin committed May 15, 2024
1 parent e47f646 commit 9823416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function setLastTimeChestWasAlive(time: number) {
lastTimeChestWasAlive = time;
}
export function getLastTimeChestWasAlive() {
return Date.now();//lastTimeChestWasAlive;
return lastTimeChestWasAlive;
}

export const CODE_LIFETIME = (Number(process.env.CODE_LIFETIME) || 300) * 1000;

0 comments on commit 9823416

Please sign in to comment.