Skip to content

Commit

Permalink
Add file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihturker committed Dec 21, 2022
1 parent 22f4c0a commit 7c9c3bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controller/file.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export class FileController {
file.reporter = context.username;
}

console.log('File: ', file);

file = await serviceClient.service.upload(serviceClient.client, file);

if (file.uploaded) {
Expand Down

0 comments on commit 7c9c3bf

Please sign in to comment.