Skip to content

Commit

Permalink
refactor: Update image URL in ProductService
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Sep 17, 2024
1 parent f1fe973 commit 0732cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/product/product.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class ProductService {
const address = await this.blockchainService.create(
dto.name,
`SH${length}`,
`${this.configService.get('S3_PUBLIC_URL')}/${product.id}/0.png`,
`${this.configService.get('S3_PUBLIC_URL')}/${product.id}/1.png`,
);

await this.prisma.product.update({
Expand Down

0 comments on commit 0732cc5

Please sign in to comment.