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 501cd71 commit 80e97c4Copy full SHA for 80e97c4
backend/matching/src/lib/db/seed.ts
@@ -31,7 +31,7 @@ const main = async () => {
31
const { timeStamp, value } = isSeeded;
32
33
if (value === 'true') {
34
- logger.info('Seeded at: ' + new Date(timeStamp).toLocaleString());
+ logger.info('Seeded at: ' + new Date(Number.parseInt(timeStamp)).toLocaleString());
35
return;
36
}
37
0 commit comments