foxwells.vinboard: fix timestamp

This commit is contained in:
Cynthia Foxwell 2023-01-21 22:42:11 -07:00
parent ea0cc9d4b4
commit d99f88d9c0
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ async function createBoardMessage(msg, count, fetchAttachment = true) {
value: `[Jump](${msg.jumpLink})`, value: `[Jump](${msg.jumpLink})`,
}, },
], ],
timestamp: msg.timestamp, timestamp: new Date(msg.timestamp).toISOString(),
}; };
let image; let image;