From 727672470215d9b03f0e668a98dea45f8edbb7d0 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:02:00 +0200 Subject: :art: Convert id bigint to string --- src/schema/Activity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/schema/Activity.ts') 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; -- cgit 1.5.1