Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Pereira committed Feb 9, 2025
1 parent 89e6d3e commit feebb91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/platforms/_tests/fixtures/bbc-dsl-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -2542,7 +2542,8 @@
"settings": {
"github": {
"accessToken": "12345",
"additionalHeaders": {}
"additionalHeaders": {},
"baseURL": "https://api.github.com"
},
"cliArgs": {}
}
Expand Down
3 changes: 2 additions & 1 deletion source/platforms/_tests/fixtures/bbs-dsl-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,8 @@
"settings": {
"github": {
"accessToken": "12345",
"additionalHeaders": {}
"additionalHeaders": {},
"baseURL": "https://api.github.com"
},
"cliArgs": {}
}
Expand Down

0 comments on commit feebb91

Please sign in to comment.