mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
chore: Remove unnecessary comma
This commit is contained in:
@@ -119,7 +119,7 @@ if service == 'loki' then
|
||||
local lokiEndpoint = GetConvar('loki:endpoint', '')
|
||||
local startingPattern = '^http[s]?://'
|
||||
local headers = {
|
||||
['Content-Type'] = 'application/json',
|
||||
['Content-Type'] = 'application/json'
|
||||
}
|
||||
|
||||
if lokiUser ~= '' then
|
||||
|
||||
Reference in New Issue
Block a user