Skip to content

Commit

Permalink
ci: test. add file with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RimidalU committed May 3, 2024
1 parent 4be7527 commit 3ad2b53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/book/book.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
Param,
ParseFilePipeBuilder,
ParseIntPipe,
Patch,
Post,
Query,
UploadedFile,
Expand Down Expand Up @@ -184,7 +183,7 @@ export class BookController {
): Promise<BookConfirmationResponseDto> {
await this.bookService.addEBook({
currentUserId,
bookId,
bookId: "bookId",
data: file.buffer,
originalname: file.originalname,
mimetype: file.mimetype,
Expand Down

0 comments on commit 3ad2b53

Please sign in to comment.