We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f22d2 commit 44b3228Copy full SHA for 44b3228
src/scripts/util.ts
@@ -6,7 +6,7 @@ export const generateUniqueId: () => string =
6
7
export const getToday =
8
process.env.NODE_ENV === 'test'
9
- ? () => '2017-02-23'
+ ? () => '2022-05-18'
10
: () => new Date().toISOString().substring(0, 10);
11
12
let assetRoot = '/assets';
0 commit comments