From 93bb016b4fe318d3df0bcfaafd129cb036d724ad Mon Sep 17 00:00:00 2001 From: Michael C Date: Tue, 19 Apr 2022 18:45:48 -0400 Subject: [PATCH] remove lastIsVipUpdate from config --- src/config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 58ad753a..c1c6d17e 100644 --- a/src/config.ts +++ b/src/config.ts @@ -6,7 +6,6 @@ import { keybindEquals } from "./utils/configUtils"; interface SBConfig { userID: string, isVip: boolean, - lastIsVipUpdate: number, /* Contains unsubmitted segments that the user has created. */ unsubmittedSegments: Record, defaultCategory: Category, @@ -124,7 +123,6 @@ const Config: SBObject = { syncDefaults: { userID: null, isVip: false, - lastIsVipUpdate: 0, unsubmittedSegments: {}, defaultCategory: "chooseACategory" as Category, whitelistedChannels: [],