Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AmruthPillai/Reactive-Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
AmruthPillai committed Jan 12, 2025
2 parents f0b1801 + 5c10f3d commit 374b9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To run the development environment of the application locally on your computer,
#### Requirements

- Docker (with Docker Compose)
- Node.js 18 or higher (with pnpm)
- Node.js 20 or higher (with pnpm)

### 1. Fork and Clone the Repository

Expand Down
2 changes: 1 addition & 1 deletion apps/server/src/storage/storage.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export class StorageController {
);
}

return this.storageService.uploadObject(userId, "pictures", file.buffer, userId);
return this.storageService.uploadObject(userId, "pictures", file.buffer, file.filename);
}
}

0 comments on commit 374b9bc

Please sign in to comment.