Skip to content

Commit

Permalink
chore: prettier format
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGigi committed Jul 20, 2024
1 parent 2174682 commit 3c0d5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stats/dungeons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function formatCatacombsData(catacombs: Catacombs) {
fastest_time_s: catacombs.fastest_time?.[floor.id] ?? 0,
fastest_time_s_plus: catacombs.fastest_time_s_plus?.[floor.id] ?? 0,
most_healing: catacombs.most_healing?.[floor.id] ?? 0,
most_damage: getMostDamage(catacombs, floor.id),
most_damage: getMostDamage(catacombs, floor.id)
},
best_run: getBestRun(catacombs, floor.id)
});
Expand Down

0 comments on commit 3c0d5e2

Please sign in to comment.