Skip to content

Commit

Permalink
fix(types): change quickplay.play type to number (alfg#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingbotPark committed Nov 20, 2024
1 parent 46cc2eb commit 0b41d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ declare namespace OverwatchAPI {
games: {
quickplay: {
won: number,
played: undefined
played: number,
},
competitive: {
won: number,
Expand Down

0 comments on commit 0b41d25

Please sign in to comment.