Merge pull request #1291 from mchangrh/userInfo-isVip

remove lastIsVipUpdate from config
This commit is contained in:
Ajay Ramachandran 2022-04-19 18:48:49 -04:00 committed by GitHub
commit 9bad5ed324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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<string, SponsorTime[]>,
defaultCategory: Category,
@ -124,7 +123,6 @@ const Config: SBObject = {
syncDefaults: {
userID: null,
isVip: false,
lastIsVipUpdate: 0,
unsubmittedSegments: {},
defaultCategory: "chooseACategory" as Category,
whitelistedChannels: [],