We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54ff4eb + 64a0c9d commit 6474c99Copy full SHA for 6474c99
GoInfoGame/GoInfoGame/UI/InitialView/InitialViewModel.swift
@@ -113,6 +113,7 @@ class InitialViewModel: ObservableObject {
113
self.saveLongQuestsToDefaults(longQuestJson: longQuestsResponse)
114
115
// Add one generic form for each longquest
116
+ QuestsRepository.shared.allQuests.removeAll()
117
for (index, quest) in self.longQuests.enumerated() {
118
let applicableQuest = ApplicableQuest(
119
quest: LongElementQuest(
0 commit comments