Fix creation time property
This commit is contained in:
parent
6b9ca08507
commit
962509aff2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user