Remove extra comma that now breaks php

This commit is contained in:
Isaac Connor
2024-06-04 09:39:22 -04:00
parent 95feb4d127
commit 8a496f5d17

View File

@@ -23,7 +23,7 @@ function exportEvents(
$export_root,
$exportFormat,
$exportCompressed,
$exportStructure = false,
$exportStructure = false
) {
if (!(canView('Events') or canView('Snapshots'))) {