From db22f360fcd3a858f778443fa0bd9d89e8511557 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 27 Dec 2020 15:12:16 -0700 Subject: [PATCH] Add semicolons. --- server/src/utils/validate.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/utils/validate.ts b/server/src/utils/validate.ts index 7afe20d..ed6305e 100644 --- a/server/src/utils/validate.ts +++ b/server/src/utils/validate.ts @@ -41,5 +41,5 @@ export class Validate { // Config is valid return valid; - } -} \ No newline at end of file + }; +}; \ No newline at end of file