Skip to content

Commit f06dfde

Browse files
committed
feat: remove issuer field from row
1 parent fe9ef4e commit f06dfde

File tree

1 file changed

+1
-2
lines changed
  • packages/upload-api/src/store

1 file changed

+1
-2
lines changed

packages/upload-api/src/store/add.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function storeAddProvider(context) {
2323
const space = /** @type {import('@ucanto/interface').DIDKey} */ (
2424
Server.DID.parse(capability.with).did()
2525
)
26-
const issuer = invocation.issuer.did()
26+
2727
const [allocated, carExists] = await Promise.all([
2828
allocate(
2929
{
@@ -47,7 +47,6 @@ export function storeAddProvider(context) {
4747
link,
4848
size,
4949
origin,
50-
issuer,
5150
invocation: invocation.cid,
5251
})
5352
if (res.error) {

0 commit comments

Comments
 (0)