mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-19 15:56:21 +00:00
Various C# continuations
This commit is contained in:
@@ -22,7 +22,7 @@ public class RegisterRequest {
|
||||
public string? Invite { get; set; }
|
||||
|
||||
[JsonPropertyName("date_of_birth")]
|
||||
public DateTimeOffset? DateOfBirth { get; set; }
|
||||
public DateOnly? DateOfBirth { get; set; }
|
||||
|
||||
[JsonPropertyName("gift_code_sku_id")]
|
||||
public string? GiftCodeSkuId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user