chore: add csharpier to husky, format backend with csharpier
This commit is contained in:
parent
5fab66444f
commit
7f971e8549
73 changed files with 2098 additions and 1048 deletions
|
|
@ -4,4 +4,10 @@ namespace Foxnouns.Backend.Jobs;
|
|||
|
||||
public record AvatarUpdatePayload(Snowflake Id, string? NewAvatar);
|
||||
|
||||
public record CreateFlagPayload(Snowflake Id, Snowflake UserId, string Name, string ImageData, string? Description);
|
||||
public record CreateFlagPayload(
|
||||
Snowflake Id,
|
||||
Snowflake UserId,
|
||||
string Name,
|
||||
string ImageData,
|
||||
string? Description
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue