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}`,
|
`appeal_${appealId}`,
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
ban_reason: whyBanned,
|
ban_reason: whyBanned,
|
||||||
createdAt: Date.now(),
|
created_at: Date.now(),
|
||||||
learned,
|
learned,
|
||||||
id: appealId,
|
id: appealId,
|
||||||
reason_for_unban: whyUnban,
|
reason_for_unban: whyUnban,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user