Skip to content

Commit 971cfc3

Browse files
committed
fix(WorkspaceExport): Status is deserialized as a string rather than an enum.
1 parent 35c352a commit 971cfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Services/Assistant/v1/Models/WorkspaceExport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public enum StatusEnum
7171
/// </summary>
7272
/// <value>The current status of the workspace.</value>
7373
[fsProperty("status")]
74-
public StatusEnum? Status { get; set; }
74+
public string Status { get; set; }
7575
/// <summary>
7676
/// The name of the workspace.
7777
/// </summary>

0 commit comments

Comments
 (0)