1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

fix: Fix saving milliseconds for timestamps

This commit is contained in:
Maksim Eltyshev 2023-06-12 23:54:57 +02:00
parent a6cfad4d35
commit 8578883fac
5 changed files with 8 additions and 12 deletions

View file

@ -6,7 +6,7 @@ module.exports = {
accessToken,
deletedAt: null,
}).set({
deletedAt: new Date().toUTCString(),
deletedAt: new Date().toISOString(),
});
return {