Add newline to fix SQL err due to Tags

pull/3779/head
Isaac Connor 2023-10-26 11:11:50 -04:00
parent ecfc39aa87
commit d7bb9674e3
1 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,8 @@ $eventIdsSql = '
SELECT
E.Id,
GROUP_CONCAT(T.Name SEPARATOR ", ")
AS TagsFROM Events
AS Tags
FROM Events
AS E
INNER JOIN Monitors
AS M