Skip to content

Commit

Permalink
Removal of some trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeRock94 committed Jul 13, 2024
1 parent d1d10e5 commit 0728749
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,9 @@ QBCore.Functions.CreateCallback('qb-phone:server:UploadToFivemerr', function(sou
end

cb(response)
end, "POST", json.encode({ data = data }), {
['Authorization'] = FivemerrApiToken,
['Content-Type'] = 'application/json'
end, "POST", json.encode({ data = data }), {
['Authorization'] = FivemerrApiToken,
['Content-Type'] = 'application/json'
})
end)
end)
Expand Down

0 comments on commit 0728749

Please sign in to comment.