mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56: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 lokiEndpoint = GetConvar('loki:endpoint', '')
|
||||||
local startingPattern = '^http[s]?://'
|
local startingPattern = '^http[s]?://'
|
||||||
local headers = {
|
local headers = {
|
||||||
['Content-Type'] = 'application/json',
|
['Content-Type'] = 'application/json'
|
||||||
}
|
}
|
||||||
|
|
||||||
if lokiUser ~= '' then
|
if lokiUser ~= '' then
|
||||||
|
|||||||
Reference in New Issue
Block a user