Skip to content

Commit

Permalink
add skin report reason
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Nov 25, 2024
1 parent c85b665 commit db71aae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/report/SkinReport.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import { UUID } from "../misc";
export interface SkinReport {
user: UUID;
time: Date;
reason: string;
}
2 changes: 1 addition & 1 deletion dist/report/SkinReport.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/report/SkinReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import { UUID } from "../misc";
export interface SkinReport {
user: UUID;
time: Date;
reason: string;
}

0 comments on commit db71aae

Please sign in to comment.