summary refs log tree commit diff
path: root/src/util/config/Config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/config/Config.ts')
-rw-r--r--src/util/config/Config.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/config/Config.ts b/src/util/config/Config.ts
index de939e6b..f130e760 100644
--- a/src/util/config/Config.ts
+++ b/src/util/config/Config.ts
@@ -19,7 +19,6 @@
 import {
 	ApiConfiguration,
 	CdnConfiguration,
-	ClientConfiguration,
 	DefaultsConfiguration,
 	EmailConfiguration,
 	EndpointConfiguration,
@@ -55,7 +54,6 @@ export class ConfigValue {
 	rabbitmq: RabbitMQConfiguration = new RabbitMQConfiguration();
 	kafka: KafkaConfiguration = new KafkaConfiguration();
 	templates: TemplateConfiguration = new TemplateConfiguration();
-	client: ClientConfiguration = new ClientConfiguration();
 	metrics: MetricsConfiguration = new MetricsConfiguration();
 	sentry: SentryConfiguration = new SentryConfiguration();
 	defaults: DefaultsConfiguration = new DefaultsConfiguration();