We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3035cab commit 543b64cCopy full SHA for 543b64c
1 file changed
lua/rest-nvim/init.lua
@@ -129,6 +129,7 @@ local function splice_body(headers, payload)
129
return vim.fn.json_encode(json_body)
130
end
131
132
+ return body
133
134
135
-- run will retrieve the required request information from the current buffer
0 commit comments