We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9ef4e commit f06dfdeCopy full SHA for f06dfde
packages/upload-api/src/store/add.js
@@ -23,7 +23,7 @@ export function storeAddProvider(context) {
23
const space = /** @type {import('@ucanto/interface').DIDKey} */ (
24
Server.DID.parse(capability.with).did()
25
)
26
- const issuer = invocation.issuer.did()
+
27
const [allocated, carExists] = await Promise.all([
28
allocate(
29
{
@@ -47,7 +47,6 @@ export function storeAddProvider(context) {
47
link,
48
size,
49
origin,
50
- issuer,
51
invocation: invocation.cid,
52
})
53
if (res.error) {
0 commit comments