chore: clean up backend code, fix most inspections
This commit is contained in:
parent
49b2902d6d
commit
11257ae069
21 changed files with 86 additions and 27 deletions
|
@ -18,12 +18,6 @@ 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 ImageData);
|
||||
|
||||
public record CreateDataExportPayload(Snowflake UserId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue