summary refs log tree commit diff
path: root/src/models/Event.ts
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-05-23 06:19:11 +0300
committerPaul Munteanu <luth@luthcode.net>2021-05-23 06:19:11 +0300
commit95e4a7839514c97f96a3e1c1b8ed1420df365494 (patch)
treeb4f0a074cf2e9d7b1455864965884d0d7f802883 /src/models/Event.ts
parentConfig: export getConfigPathForFile (diff)
downloadserver-95e4a7839514c97f96a3e1c1b8ed1420df365494.tar.xz
Fix compilation with strictNullChecks: true
Diffstat (limited to 'src/models/Event.ts')
-rw-r--r--src/models/Event.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/Event.ts b/src/models/Event.ts

index d4c00812..6f2a7444 100644 --- a/src/models/Event.ts +++ b/src/models/Event.ts
@@ -53,7 +53,7 @@ export interface ReadyEventData { flags: bigint; mfa_enabled: boolean; nsfw_allowed: boolean; - phone: string; + phone: string | null; premium: boolean; premium_type: number; verified: boolean;