Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo authored Dec 22, 2023
1 parent b37fe8d commit fe05939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bhapi/legends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ export const legends: Legend[] = [
strength: "7",
dexterity: "3",
defense: "8",
speed: "4"
speed: "4",
}

Check failure on line 737 in packages/bhapi/legends.ts

View workflow job for this annotation

GitHub Actions / Analyze (Lint, pnpm ci:lint)

Insert `,`
]

Expand Down

0 comments on commit fe05939

Please sign in to comment.