Skip to content

Commit

Permalink
add optional phonenumber
Browse files Browse the repository at this point in the history
  • Loading branch information
patricioxavier8 committed Dec 5, 2024
1 parent 7c18c56 commit 57602ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/InternxtSwiftCore/Types/DriveTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public struct Workspace: Codable {
public let setupCompleted: Bool
public let rootFolderId: String
public let numberOfSeats: Int
public let phoneNumber: String
public let phoneNumber: String?
public let createdAt: String
public let updatedAt: String
}
Expand Down

0 comments on commit 57602ad

Please sign in to comment.