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 174d39b commit a8bfd78Copy full SHA for a8bfd78
Modules/Sources/Networking/Remote/BookingsRemote.swift
@@ -265,6 +265,6 @@ public extension BookingsRemote {
265
static let attendanceStatus = "attendance_status"
266
static let paymentStatus = "booking_status" // to be updated later when payment filtering is supported
267
static let status: String = "status"
268
- static let note: String = "note"
+ static let note: String = "note"
269
}
270
0 commit comments