Skip to content

Commit

Permalink
fix: account-tokens swagger spec
Browse files Browse the repository at this point in the history
  • Loading branch information
extg committed Jul 13, 2022
1 parent 062fb3a commit 946189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/token/token.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class TokenController {
@ApiResponse({
status: 200,
description: 'List of Fungible Tokens by Account',
type: Token,
type: [Token],
})
@ApiNotFoundResponse({
description: 'Account does not exist',
Expand Down

0 comments on commit 946189f

Please sign in to comment.