Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Apr 9, 2024
1 parent ade9f0a commit 774ab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/interfaces/solo-score-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ type SoloScoreJsonDefaultAttributes = {
passed: boolean;
pp: number | null;
preserve?: boolean;
processed?: boolean;
rank: Rank;
ranked?: boolean;
processed?: boolean;
ruleset_id: number;
started_at: string | null;
statistics: Partial<Record<SoloScoreStatisticsAttribute, number>>;
Expand Down

0 comments on commit 774ab79

Please sign in to comment.