Skip to content

Commit

Permalink
draft -- além de OP e DECENT, ter uma seção 'PRACTICE RECOMMENDATION'…
Browse files Browse the repository at this point in the history
… [cm2uq4ihf002bvp0lwedfj5ci]
  • Loading branch information
pauloendoh committed Dec 19, 2024
1 parent e8fe823 commit 1f86897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/domains/lolrates/lolRates/LolRatesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class LolRatesController {
) {}

@Get("/lolRates")
async getDocs() {
async getLolRates() {
const allWinrates = (await this.lolRateRepo.findWinrates()).map((item) => {
let count = 0
if (item.uggWin) count++
Expand Down
5 changes: 4 additions & 1 deletion src/types/domain/lolates/SkillLevelTypes.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export type SkillLevelTypes = "OP" | "Decent/Practice";
export type SkillLevelTypes =
| "OP"
| "Decent/Practice"
| "Training recommendation"

0 comments on commit 1f86897

Please sign in to comment.