Fix creation time property

This commit is contained in:
regalijan 2023-10-19 16:50:40 -04:00
parent 6b9ca08507
commit 962509aff2
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -70,7 +70,7 @@ export async function onRequestPost(context: RequestContext) {
`appeal_${appealId}`,
JSON.stringify({
ban_reason: whyBanned,
createdAt: Date.now(),
created_at: Date.now(),
learned,
id: appealId,
reason_for_unban: whyUnban,