Fix Read iCloud profile before starting

This commit is contained in:
世界
2024-05-03 17:15:01 +08:00
parent 6a8fb1156f
commit 17eec08615
5 changed files with 25 additions and 15 deletions
@@ -54,7 +54,7 @@ import Library
if profiles.isEmpty {
return
}
await ProfileUpdateTask.updateProfiles(profiles)
_ = await ProfileUpdateTask.updateProfiles(profiles)
}
private nonisolated static func getAndUpdateProfiles(_ task: BGTask) async {