Skip to content

Commit 388a551

Browse files
committed
serialize table renamed to to_string
1 parent bc2dd43 commit 388a551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/CopilotChat/config/providers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ M.copilot = {
314314
end,
315315

316316
get_models = function(headers)
317-
log.info('getting models .. headers: ' .. utils.serializeTable(headers))
317+
log.info('getting models .. headers: ' .. utils.to_string(headers))
318318
local response, err = utils.curl_get(M.endpoints_api .. '/models', {
319319
json_response = true,
320320
headers = headers,

0 commit comments

Comments
 (0)