Remove extra comma

This commit is contained in:
Jason Ertel
2022-03-30 13:21:35 -04:00
parent e667bb1e59
commit 45f511caab

View File

@@ -28,7 +28,7 @@
"modules": { "modules": {
"analyze": { "analyze": {
"timeoutMs": {{ ANALYZE_TIMEOUT_MS }}, "timeoutMs": {{ ANALYZE_TIMEOUT_MS }},
"parallelLimit": {{ ANALYZE_PARALLEL_LIMIT }}, "parallelLimit": {{ ANALYZE_PARALLEL_LIMIT }}
}, },
"importer": {}, "importer": {},
"statickeyauth": { "statickeyauth": {