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.
1 parent caa80af commit 0448cdbCopy full SHA for 0448cdb
Modules/Sources/Yosemite/Stores/BookingStore.swift
@@ -363,13 +363,13 @@ private extension BookingStore {
363
) {
364
Task { @MainActor in
365
do {
366
- if let remoteBooking = try await self.remote.updateBooking(
+ if let remoteBooking = try await remote.updateBooking(
367
from: siteID,
368
bookingID: bookingID,
369
attendanceStatus: nil,
370
bookingStatus: .cancelled
371
372
- await self.upsertStoredBookingsInBackground(
+ await upsertStoredBookingsInBackground(
373
readOnlyBookings: [remoteBooking],
374
readOnlyOrders: [],
375
siteID: siteID
0 commit comments