scheduledAtをISO8601で指定できるように

Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
mattyatea 2023-11-14 18:39:21 +09:00
parent 271c872c97
commit 380c8c3283
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
3 changed files with 3 additions and 7 deletions

View file

@ -775,10 +775,6 @@ async function post(ev?: MouseEvent) {
}
}
if (postData.schedule?.scheduledAt && typeof postData.schedule.scheduledAt === 'string') {
postData.schedule.scheduledAt = parseInt(postData.schedule.scheduledAt);
}
let token = undefined;
if (postAccount) {