Fix creation time property

This commit is contained in:
2023-10-19 16:50:40 -04:00
parent 6b9ca08507
commit 962509aff2

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,