This commit is contained in:
Salman Muin Kayser Chishti
2025-09-04 15:24:57 +01:00
parent b738f10ef3
commit 48e42b1fdd
5 changed files with 17 additions and 16 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ export const writeAttestation = async (
headers: options.headers,
bundle: attestation as {
mediaType?: string
verificationMaterial?: { [key: string]: unknown }
dsseEnvelope?: { [key: string]: unknown }
verificationMaterial?: {[key: string]: unknown}
dsseEnvelope?: {[key: string]: unknown}
}
})