Skip to content

Commit

Permalink
include report time
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Nov 24, 2024
1 parent e6d816a commit c85b665
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
@@ -1,4 +1,5 @@
import { UUID } from "../misc";
export interface SkinReport {
user: UUID;
time: Date;
}
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 @@ -2,4 +2,5 @@ import { UUID } from "../misc";

export interface SkinReport {
user: UUID;
time: Date;
}

0 comments on commit c85b665

Please sign in to comment.