Skip to content

Commit

Permalink
feat: vercel.json deployemnt file added.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipOyelegbin committed Dec 14, 2024
1 parent 2558315 commit 1a04a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movie_api/src/movie/movie.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class MovieService {
// function to add a movie to the database
async create(dto: CreateMovieDto, fileName: string, file: Buffer) {
try {
const resp = await this.s3Client.send(
await this.s3Client.send(
new PutObjectCommand({
Bucket: this.configService.getOrThrow('BUCKET_NAME'),
Key: fileName,
Expand Down

0 comments on commit 1a04a21

Please sign in to comment.