Skip to content

Commit

Permalink
fix: one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Apr 17, 2024
1 parent 36a26f1 commit de5582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/utils/w3up.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export async function getW3upDeals(client, contentClaimsClient, contentCid) {
try {
console.log(
'getting upload from current space',
client.currentSpace()?.did
client.currentSpace()?.did()
)
upload = await client.capability.upload.get(link)
} catch (/** @type {any} */ e) {
Expand Down

0 comments on commit de5582e

Please sign in to comment.