summary refs log tree commit diff
path: root/src/schema/Activity.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema/Activity.ts')
-rw-r--r--src/schema/Activity.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/Activity.ts b/src/schema/Activity.ts

index 45bd6fef..7b86e78d 100644 --- a/src/schema/Activity.ts +++ b/src/schema/Activity.ts
@@ -22,7 +22,7 @@ export interface ActivitySchema { start: number; end: number; }; - application_id?: bigint; // application id for the game + application_id?: string; // application id for the game details?: string; state?: string; emoji?: EmojiSchema;