Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
JericoFX committed Oct 4, 2021
1 parent d905b9b commit 93b467d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ RegisterNUICallback('Camera', function(data, cb)
exports['screenshot-basic']:requestScreenshotUpload(WebHook, "files[]",function(data)
local image = json.decode(data)
cb(json.encode(image.attachments[1].proxy_url))
end)
end)
cb({})
end)

-- CHECK IF THE VEHICLE IS OUT
Expand Down

0 comments on commit 93b467d

Please sign in to comment.