Skip to content

Commit

Permalink
Fix initialBuildSettings in OpConfigDataManager
Browse files Browse the repository at this point in the history
  • Loading branch information
CordonZeus22 committed Nov 25, 2024
1 parent f0d5230 commit 3eb2f6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/gi/db/src/Database/DataManagers/OptConfigDataManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ const initialBuildSettings: OptConfig = deepFreeze({
useTeammateBuild: false,
upOptLevelLow: 0,
upOptLevelHigh: 19,

builds: [],
buildDate: 0,
generatedBuildListId: undefined
})

export function handleArtSetExclusion(
Expand Down

0 comments on commit 3eb2f6b

Please sign in to comment.