Skip to content

Commit

Permalink
fix: log out proof
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Mar 29, 2024
1 parent 964a12c commit 225cf28
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 @@ -94,6 +94,7 @@ export async function getContext(event, params) {
w3up = w3upWIP
} catch (error) {
console.error(`error creating w3up-client from config`, error)
console.error(`proof: "${config.W3_NFTSTORAGE_PROOF}"`)
}
}
return {
Expand Down

0 comments on commit 225cf28

Please sign in to comment.