From 0eabfa36e68e0d3717942ffd232f03f19c9f1ea6 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 14 Jul 2023 12:48:34 -0600 Subject: [PATCH] fix: was using wrong symbol --- common/types.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/types.d.ts b/common/types.d.ts index 820e3c9..613ddaf 100644 --- a/common/types.d.ts +++ b/common/types.d.ts @@ -7,9 +7,9 @@ declare module 'ass' { * This is separate from the user configuration starting in 0.15.0 */ interface ServerConfiguration { - host: string, - port: number, - proxied: boolean + host: string; + port: number; + proxied: boolean; } interface UserConfiguration {