diff options
Diffstat (limited to 'src/util/config/Config.ts')
-rw-r--r-- | src/util/config/Config.ts | 4 |
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 +} |