Skip to content

Commit

Permalink
feat: remove issuer field from row
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Mar 26, 2024
1 parent fe9ef4e commit f06dfde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/upload-api/src/store/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function storeAddProvider(context) {
const space = /** @type {import('@ucanto/interface').DIDKey} */ (
Server.DID.parse(capability.with).did()
)
const issuer = invocation.issuer.did()

const [allocated, carExists] = await Promise.all([
allocate(
{
Expand All @@ -47,7 +47,6 @@ export function storeAddProvider(context) {
link,
size,
origin,
issuer,
invocation: invocation.cid,
})
if (res.error) {
Expand Down

0 comments on commit f06dfde

Please sign in to comment.