diff --git a/components/match2/commons/match_group_input_util.lua b/components/match2/commons/match_group_input_util.lua index 2c569b482f2..d5213fc6a58 100644 --- a/components/match2/commons/match_group_input_util.lua +++ b/components/match2/commons/match_group_input_util.lua @@ -767,6 +767,9 @@ function MatchGroupInputUtil.getResultType(winnerInput, finishedInput, opponents end end +---@param winnerInput integer|string|nil +---@param finishedInput string? +---@return string? #Match Status function MatchGroupInputUtil.getMatchStatus(winnerInput, finishedInput) if MatchGroupInputUtil.isNotPlayed(winnerInput, finishedInput) then return MatchGroupInputUtil.MATCH_STATUS.NOT_PLAYED