[backend/api] Fix frontend crash on startup
This commit is contained in:
parent
8c4df51756
commit
a5fa4e4be9
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ public class UserResponse
|
||||||
public required string? InstanceName { get; set; }
|
public required string? InstanceName { get; set; }
|
||||||
public required string? InstanceIconUrl { get; set; }
|
public required string? InstanceIconUrl { get; set; }
|
||||||
|
|
||||||
[JI(Condition = WhenWritingNull)] public required string? MovedTo { get; set; }
|
[JI(Condition = WhenWritingNull)] public string? MovedTo { get; set; }
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue