Skip to content

Commit

Permalink
debug part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
XSmas29 committed Oct 12, 2024
1 parent 1f7f0f7 commit 65564a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/CustomTransaction.resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class CustomTransactionResolver {
const { ext } = parse(data.filename)
const path = `img_${customTransactionData.id}_${Date.now().toString()}${ext}`

// await uploadFile(image, `custom_transaction/${customTransactionData.id}`, path)
await uploadFile(image, `custom_transaction/${customTransactionData.id}`, path)

const newImage = Image.create({
path: path,
Expand Down

0 comments on commit 65564a1

Please sign in to comment.