mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(callback): return types
This commit is contained in:
@@ -28,7 +28,7 @@ end
|
||||
---@param delay number | false
|
||||
---@param cb function|false
|
||||
---@param ... any
|
||||
---@return unknown?
|
||||
---@return ...
|
||||
local function triggerServerCallback(_, event, delay, cb, ...)
|
||||
if not eventTimer(event, delay) then return end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user