fix(ci): typing
This commit is contained in:
parent
6ae9488761
commit
e36a40a9ac
1 changed files with 5 additions and 4 deletions
|
|
@ -30,6 +30,7 @@ local function is_metadata_ready(cd)
|
||||||
and #cd.problems > 0
|
and #cd.problems > 0
|
||||||
and type(cd.index_map) == 'table'
|
and type(cd.index_map) == 'table'
|
||||||
and next(cd.index_map) ~= nil
|
and next(cd.index_map) ~= nil
|
||||||
|
or false
|
||||||
end
|
end
|
||||||
|
|
||||||
---@param platform string
|
---@param platform string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue