Merge branch 'main' of github.com:akatreyt/Feels
This commit is contained in:
@@ -52,7 +52,9 @@ class BGTask {
|
||||
do {
|
||||
try BGTaskScheduler.shared.submit(request)
|
||||
} catch {
|
||||
#if DEBUG
|
||||
print("Could not schedule weather retry: \(error)")
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -127,7 +129,9 @@ class BGTask {
|
||||
do {
|
||||
try BGTaskScheduler.shared.submit(request)
|
||||
} catch {
|
||||
#if DEBUG
|
||||
print("Could not schedule image fetch: \(error)")
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user