mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
chore(logger): ignore diagnostic warn (#183)
This commit is contained in:
@@ -135,6 +135,7 @@ if service == 'loki' then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Generates a nanosecond unix timestamp
|
-- Generates a nanosecond unix timestamp
|
||||||
|
---@diagnostic disable-next-line: param-type-mismatch
|
||||||
local timestamp = ('%s000000000'):format(os.time(os.date('*t')))
|
local timestamp = ('%s000000000'):format(os.time(os.date('*t')))
|
||||||
|
|
||||||
-- Initializes values table with the message
|
-- Initializes values table with the message
|
||||||
|
|||||||
Reference in New Issue
Block a user