summary refs log tree commit diff
path: root/src/models/Event.ts
diff options
context:
space:
mode:
authorDiego Magdaleno <38844659+DiegoMagdaleno@users.noreply.github.com>2021-05-22 22:21:17 -0500
committerGitHub <noreply@github.com>2021-05-22 22:21:17 -0500
commit96e5ea655d497710391b6043e0300dc28af87d09 (patch)
treeb4f0a074cf2e9d7b1455864965884d0d7f802883 /src/models/Event.ts
parentConfig: export getConfigPathForFile (diff)
parentFix compilation with strictNullChecks: true (diff)
downloadserver-96e5ea655d497710391b6043e0300dc28af87d09.tar.xz
Merge pull request #1 from luth31/fix-strictcheck
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;