Skip to content

Commit

Permalink
シード値の更新を12時間ごとに
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Aug 10, 2024
1 parent 0a2a37c commit 8b67190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/util/currentDateSeed.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const date = Date.now();
export const CURRENT_HOUR_SEED = Math.floor(
date / (1000 * 60 * 60 * 3),
date / (1000 * 60 * 60 * 12),
).toString();

0 comments on commit 8b67190

Please sign in to comment.