Skip to content
Snippets Groups Projects
Verified Commit 89baf6a7 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Fixed spurious comma in JSON.

parent 06a722b0
No related branches found
No related tags found
1 merge request!89Release v0.10.0
Pipeline #30928 passed
...@@ -192,7 +192,7 @@ The following example for the file global_query_shortcuts.json would create two ...@@ -192,7 +192,7 @@ The following example for the file global_query_shortcuts.json would create two
{ {
"description": "Show a table of Experiments for year: {year}", "description": "Show a table of Experiments for year: {year}",
"query": "SELECT date, project, identifier FROM Record Experiment with date in {year}" "query": "SELECT date, project, identifier FROM Record Experiment with date in {year}"
}, }
] ]
Data Model for User Query Templates Data Model for User Query Templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment