From 158b76c17e33bc78a169477257c6f4830abe5453 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 6 Feb 2020 20:10:35 -0500 Subject: [PATCH] Fixed incorrect type. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index a77a3807..d9fbed7a 100644 --- a/src/config.ts +++ b/src/config.ts @@ -19,7 +19,7 @@ interface SBConfig { invidiousInstances: string[], invidiousUpdateInfoShowCount: number, autoUpvote: boolean, - supportInvidious: false + supportInvidious: boolean } interface SBObject {