Fix game statusses

Timestamps isn't an array.
This commit is contained in:
TheArcaneBrony 2021-12-31 19:39:54 +01:00 committed by GitHub
parent f1b0d552b6
commit 69ad3f9f0f

View File

@ -9,12 +9,10 @@ export const ActivitySchema = {
type: Number, type: Number,
$url: String, $url: String,
$created_at: Date, $created_at: Date,
$timestamps: [ $timestamps: {
{ $start: Number,
$start: Number, $end: Number,
$end: Number, },
},
],
$application_id: String, $application_id: String,
$details: String, $details: String,
$state: String, $state: String,