This commit is contained in:
Vladimir Dubovik
2025-03-13 10:44:28 +03:00
parent 15fbe5895c
commit 9bfd85ec3d
8 changed files with 244 additions and 188 deletions

View File

@ -50,9 +50,6 @@ struct ContentView: View {
}
print("\(group1) - \(group2) - \(group3)")
vm.fetchWeekSchedule()
if let vpkStr = UserDefaults.standard.string(forKey: "vpk") {
vm.fetchWeekVPK(vpk: vpkStr)
}
}
}
}