quick change

This commit is contained in:
defnotken
2025-09-05 16:36:14 -05:00
parent d73dea8706
commit 4ce70bee83

View File

@@ -2,4 +2,4 @@
namespace LightlessSync.API.Dto.User;
[MessagePackObject(keyAsPropertyName: true)]
public record BanRequest(string UID);
public record BanRequest(string Uid);