Skip to content

Commit

Permalink
fix: log proof for debugging (#2535)
Browse files Browse the repository at this point in the history
current theory is that this variable isn't what we expect - logging so
we can debug in staging
  • Loading branch information
travis authored Mar 29, 2024
1 parent 225cf28 commit 0ecace3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/utils/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export async function getContext(event, params) {
config.W3_NFTSTORAGE_PROOF
) {
try {
console.log('CREATING W3UP WITH', config.W3_NFTSTORAGE_PROOF)
const w3upWIP = await createW3upClientFromConfig({
url: config.W3UP_URL,
did: DID.parse(config.W3UP_DID).did(),
Expand Down

0 comments on commit 0ecace3

Please sign in to comment.