From ffff4833c283521fbdb56abbaf9aa3ef7d34e7c6 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Mon, 17 Apr 2023 06:19:03 +0000 Subject: [PATCH] chore: Remove unnecessary comma --- imports/logger/server.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/logger/server.lua b/imports/logger/server.lua index 79a94f1..8b47cff 100644 --- a/imports/logger/server.lua +++ b/imports/logger/server.lua @@ -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