aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Http/Common.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Models/Http/Common.cs')
-rw-r--r--Timeline/Models/Http/Common.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Models/Http/Common.cs b/Timeline/Models/Http/Common.cs
index 83e6a072..6f6dbc1e 100644
--- a/Timeline/Models/Http/Common.cs
+++ b/Timeline/Models/Http/Common.cs
@@ -38,8 +38,8 @@ namespace Timeline.Models.Http
Message = message;
}
- public int? Code { get; set; }
- public string Message { get; set; }
+ public int Code { get; set; }
+ public string? Message { get; set; }
}
public class CommonDataResponse<T> : CommonResponse