chore: Remove unnecessary comma

This commit is contained in:
TheiLLeniumStudios
2023-04-17 06:19:03 +00:00
parent b5515eabdc
commit ffff4833c2

View File

@@ -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