Stabilize unit and UI tests for SportsTime
This commit is contained in:
@@ -108,7 +108,7 @@ final class VisitPhotoService {
|
||||
try modelContext.save()
|
||||
|
||||
// Queue background upload
|
||||
Task.detached { [weak self] in
|
||||
Task { [weak self] in
|
||||
await self?.uploadPhoto(metadata: metadata, image: image)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user