Skip to content

Commit

Permalink
fix: schema build error
Browse files Browse the repository at this point in the history
  • Loading branch information
driamend authored and dawidgil committed Apr 8, 2022
1 parent d3ebf9b commit 7905b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ export class SendMessageDto {

export class uploadMessageBodyDto {
@ApiProperty({
type: 'binary',
type: 'string',
format: 'binary',
description: 'File uploaded',
})
file: 'binary';
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "tsconfig.base.json",
"extends": "./tsconfig.base.json",
}

0 comments on commit 7905b54

Please sign in to comment.