Skip to content

Commit

Permalink
Add missing space in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Apr 18, 2024
1 parent 012b42f commit 02eca69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bin/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2091,7 +2091,7 @@
}
}
},
"description": "Query any projected NFT. Learn more[<u>here</u>](https://github.com/dcSpark/projected-nft-whirlpool).",
"description": "Query any projected NFT. Learn more [<u>here</u>](https://github.com/dcSpark/projected-nft-whirlpool).",
"security": [],
"parameters": [],
"requestBody": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const route = Routes.projectedNftEventsRange;
@Route('projected-nft/range')
export class ProjectedNftRangeController extends Controller {
/**
* Query any projected NFT. Learn more[<u>here</u>](https://github.com/dcSpark/projected-nft-whirlpool).
* Query any projected NFT. Learn more [<u>here</u>](https://github.com/dcSpark/projected-nft-whirlpool).
*/
@SuccessResponse(`${StatusCodes.OK}`)
@Post()
Expand Down

0 comments on commit 02eca69

Please sign in to comment.