summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-09 16:51:15 +0200
committerRory& <root@rory.gay>2025-09-29 18:38:06 +0200
commitf71d11ce3fac74000e2cc19e2149921373c67a4a (patch)
tree2d9e2559751a0ff36c753ea27086957b573f84d6 /src
parentUpdate copyright date in pin endpoints (diff)
downloadserver-ts-f71d11ce3fac74000e2cc19e2149921373c67a4a.tar.xz
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/util/entities/User.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/User.ts b/src/util/entities/User.ts

index 0323de52..7f79f008 100644 --- a/src/util/entities/User.ts +++ b/src/util/entities/User.ts
@@ -361,7 +361,7 @@ export class User extends BaseClass { } // TODO: save date_of_birth - // appearently discord doesn't save the date of birth and just calculate if nsfw is allowed + // apparently discord doesn't save the date of birth and just calculate if nsfw is allowed // if nsfw_allowed is null/undefined it'll require date_of_birth to set it to true/false const language = req?.language === "en" ? "en-US" : req?.language || "en-US";