Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TradieKM authored Dec 17, 2023
1 parent f748027 commit f8e19ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ RegisterNUICallback("SetInventoryData", function(data, cb)
local isTimeoutOccurred = false
local currentRequestId = GetGameTimer()
QBCore.Functions.TriggerCallback('inventory:requestserver', function(isConnected, requestId)
if requestId ~= currentRequestId or isTimeoutOccurred then
if requestId ~= currentRequestId or isTimeoutOccurred then
return
end
isResponseReceived = true
Expand Down

0 comments on commit f8e19ae

Please sign in to comment.