Skip to content

Commit

Permalink
fix(valMatch): Update Valorant MatchlistEntryDTO teamId -> queueId (#434
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Darkbound authored May 14, 2023
1 parent 558fc28 commit 9086047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,7 @@ export namespace RiotAPITypes {
export interface MatchlistEntryDTO {
matchId: string;
gameStartTimeMillis: number;
teamId: string;
queueId: string;
}

export interface RecentMatchesDTO {
Expand Down

0 comments on commit 9086047

Please sign in to comment.