fix(ci): lua lint (#1035)
This commit is contained in:
@@ -54,9 +54,7 @@ M.get_user_message = function(opts)
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
M.is_o_series_model = function(model)
|
M.is_o_series_model = function(model) return model and string.match(model, "^o%d+") ~= nil end
|
||||||
return model and string.match(model, "^o%d+") ~= nil
|
|
||||||
end
|
|
||||||
|
|
||||||
M.parse_messages = function(opts)
|
M.parse_messages = function(opts)
|
||||||
local messages = {}
|
local messages = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user