Skip to content

Commit

Permalink
fix: swagger return type for getSafeOverview missing
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Nov 26, 2024
1 parent dd15676 commit 958e1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/safes/safes.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class SafesController {
@ApiQuery({ name: 'trusted', required: false, type: Boolean })
@ApiQuery({ name: 'exclude_spam', required: false, type: Boolean })
@Get('safes')
@ApiOkResponse({ type: SafeOverview, isArray: true })
async getSafeOverview(
@Query('currency') currency: string,
@Query('safes', new ValidationPipe(Caip10AddressesSchema))
Expand Down

0 comments on commit 958e1c3

Please sign in to comment.