summary refs log tree commit diff
path: root/src/util/config/Config.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-01-05 17:12:21 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-01-05 17:16:55 +1100
commitdf449169bde6c0576757700f68f2d406139cc846 (patch)
treef8bcbaf30ed3ed007d392a51614a134e543e3c17 /src/util/config/Config.ts
parentchannel flags whoops (diff)
downloadserver-df449169bde6c0576757700f68f2d406139cc846.tar.xz
Prettier
Diffstat (limited to 'src/util/config/Config.ts')
-rw-r--r--src/util/config/Config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/config/Config.ts b/src/util/config/Config.ts

index b6c725f5..8a057a44 100644 --- a/src/util/config/Config.ts +++ b/src/util/config/Config.ts
@@ -17,7 +17,7 @@ import { RegisterConfiguration, SecurityConfiguration, SentryConfiguration, - TemplateConfiguration + TemplateConfiguration, } from "../config"; export class ConfigValue { @@ -40,4 +40,4 @@ export class ConfigValue { sentry: SentryConfiguration = new SentryConfiguration(); defaults: DefaultsConfiguration = new DefaultsConfiguration(); external: ExternalTokensConfiguration = new ExternalTokensConfiguration(); -} \ No newline at end of file +}