Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Sep 28, 2023
1 parent 71fc23e commit 00b145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/logs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ local allowedErr = {
---Log Queue
---@param payload Log Queue
local function logPayload(payload)
PerformHttpRequest(payload.webhook, function(err, text, headers)
PerformHttpRequest(payload.webhook, function(err, _, headers)
if err and not allowedErr[err] then
print('^1Error occurred while attempting to send log to discord: ' .. err .. '^7')
return
Expand Down

0 comments on commit 00b145f

Please sign in to comment.