fix(es_extended/shared/main): remove unused variable

This commit is contained in:
Kasey Fitton
2025-02-07 13:52:31 +00:00
committed by GitHub
parent 6b4def278e
commit 901f16fb7b
-1
View File
@@ -8,7 +8,6 @@ AddEventHandler("esx:getSharedObject", function(cb)
if ESX.IsFunctionReference(cb) then
cb(ESX)
end
local invokingResource = GetInvokingResource()
end)
-- backwards compatibility (DO NOT TOUCH !)