Skip to content

Commit

Permalink
Additional lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc committed Jul 16, 2024
1 parent 4918e51 commit 9a9b81f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,6 @@ hapi
webpack
droppable
box-openapi
dotnet
dotnet
deserialisation
schemas
1 change: 1 addition & 0 deletions code/src/tests/checkFrontmatter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ files.forEach(source => {
'sdks',
'node',
'python',
'swift',
'typescript',
'windows',
'java',
Expand Down
2 changes: 1 addition & 1 deletion content/2024/06-28-box-swift-sdk-generated-030-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ collapse: true

### Bug Fixes

* Change base urls (box/box-codegen[#491][1]) ([#115][2]) ([`d0a7adb`][3])
* Change base URLs (box/box-codegen[#491][1]) ([#115][2]) ([`d0a7adb`][3])
* Fix Box AI endpoints (box/box-openapi[#418][4]) ([#88][5]) ([`022f83a`][6])
* Fix CI for auto update pull requests (box/box-codegen[#506][7]) ([#135][8]) ([`a62e238`][9])
* fix deserialisation of Union with array in Swift (box/box-codegen[#486][10]) ([#94][11]) ([`4f187be`][12])
Expand Down

0 comments on commit 9a9b81f

Please sign in to comment.