Skip to content

Commit c4bf3f4

Browse files
authored
Merge pull request #656 from alexprotsenko/patch-2
[SQL Asmnt] removed a trailing comma in config.json
2 parents cef6e1c + 566196d commit c4bf3f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/manage/sql-assessment-api/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,7 +1922,7 @@
19221922
"condition": {
19231923
"and": [
19241924
{"@growth": 1},
1925-
{"@is_percent_growth": 1},
1925+
{"@is_percent_growth": 1}
19261926
]
19271927
}
19281928
},
@@ -2449,4 +2449,4 @@
24492449
}
24502450
]
24512451
}
2452-
}
2452+
}

0 commit comments

Comments
 (0)