feat: improved diff

This commit is contained in:
Barrett Ruth 2023-01-02 20:56:31 -06:00
parent 85c2659ea3
commit 4f1834d34b
4 changed files with 51 additions and 65 deletions

View file

@ -32,8 +32,4 @@ function M.parse_data(chunk)
return json.data
end
function M.is_ok(data)
return data and data.size
end
return M