Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit f1ecdc6

Browse files
Add optional map url
1 parent 158852e commit f1ecdc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HIAPI/Models/Staff.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public struct Staff: Codable {
3636
case points
3737
case isPrivate
3838
case displayOnStaffCheckIn
39+
case mapImageUrl
3940
case isPro
4041
}
4142
public let _id: String
@@ -51,6 +52,7 @@ public struct Staff: Codable {
5152
public let points: Int
5253
public let isPrivate: Bool
5354
public let displayOnStaffCheckIn: Bool
55+
public let mapImageUrl: String?
5456
public let isPro: Bool
5557

5658
}

0 commit comments

Comments
 (0)