Skip to content

Commit

Permalink
log W3UP_URL from nftUpload route
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Mar 21, 2024
1 parent ed2b1d5 commit e18d709
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/api/src/routes/nfts-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ export async function nftUpload(event, ctx) {
})
}

console.warn('nftUpload ctx.w3up', ctx.w3up)
console.warn('nftUpload ctx.w3up', {
w3up: ctx.w3up,
W3UP_URL: ctx.W3UP_URL,
})
if (ctx.W3UP_URL) {
const w3upResponse = await fetch(ctx.W3UP_URL)
}
Expand Down

0 comments on commit e18d709

Please sign in to comment.