Skip to content

Commit

Permalink
fix(grafana): fix JSON format
Browse files Browse the repository at this point in the history
There is missing `,` in one line, probably caused by merging PR in
paralel.

Signed-off-by: Martin Basti <[email protected]>
  • Loading branch information
MartinBasti committed Sep 20, 2023
1 parent 49707c5 commit 8d9c0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/grafana/dashboards/integration-service-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
],
"timeFrom": null,
"timeShift": null
}
},
{
"collapsed": false,
"gridPos": {
Expand Down Expand Up @@ -1126,7 +1126,7 @@
"timeFrom": null,
"timeShift": null
},

{
"id": 27,
"gridPos": {
Expand Down

0 comments on commit 8d9c0e2

Please sign in to comment.