From 0a355ff2bdba72f0c7ed55f0ce1fba0baafefa65 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Fri, 25 Mar 2022 15:48:43 +0100 Subject: [PATCH] updated Match.ts to use correct type --- src/types/Match.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/Match.ts b/src/types/Match.ts index 9ce0267..abdf1e2 100644 --- a/src/types/Match.ts +++ b/src/types/Match.ts @@ -15,5 +15,5 @@ export interface Match { game_ban: boolean; avg_rank?: number; tick_rate?: number; - stats?: MatchStats; + stats?: MatchStats[]; }