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