Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix creation time property
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 6b9ca08 commit 962509a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/appeals/submit.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 962509a

Please sign in to comment.