summary refs log tree commit diff
path: root/src/schema/Activity.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 18:02:00 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 18:02:00 +0200
commit727672470215d9b03f0e668a98dea45f8edbb7d0 (patch)
tree69322efbe1b3de938bb54fd83f3d96c79913a269 /src/schema/Activity.ts
parent:bug: fix hearbeat gateway (diff)
downloadserver-727672470215d9b03f0e668a98dea45f8edbb7d0.tar.xz
:art: Convert id bigint to string
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;