Added MessagePackObject in dto.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
using LightlessSync.API.Data;
|
using LightlessSync.API.Data;
|
||||||
|
using MessagePack;
|
||||||
|
|
||||||
namespace LightlessSync.API.Dto.Group
|
namespace LightlessSync.API.Dto.Group;
|
||||||
{
|
|
||||||
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays);
|
[MessagePackObject(keyAsPropertyName: true)]
|
||||||
}
|
public record GroupPruneSettingsDto(GroupData Group, bool AutoPruneEnabled, int AutoPruneDays);
|
||||||
|
|||||||
Reference in New Issue
Block a user