fix: remove unused duplicate version string

This commit is contained in:
Gabe Kangas
2023-06-05 15:21:24 -07:00
parent 2bf841df05
commit aef81eec4c
2 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ export interface ClientConfig {
offlineMessage?: string;
logo: string;
tags: string[];
version: string;
nsfw: boolean;
extraPageContent: string;
socialHandles: SocialHandle[];
@@ -52,7 +51,6 @@ export function makeEmptyClientConfig(): ClientConfig {
offlineMessage: '',
logo: '',
tags: [],
version: '',
nsfw: false,
extraPageContent: '',
socialHandles: [],