mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
[web] Fix date format in emails.createdAt, use new Date() instead of Date.now() (#25322)
GitOrigin-RevId: c94700accb1df902926779c1e6321be63cf65235
This commit is contained in:
@@ -82,7 +82,7 @@ async function consumeCsvFileAndUpdate() {
|
||||
$addToSet: {
|
||||
emails: {
|
||||
email: newEmail,
|
||||
createdAt: Date.now(),
|
||||
createdAt: new Date(),
|
||||
reversedHostname: 'moc.faelrevo',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user