diff --git a/src/provider/Provider.ts b/src/provider/Provider.ts index ec6177d7..fd3d5757 100644 --- a/src/provider/Provider.ts +++ b/src/provider/Provider.ts @@ -186,7 +186,7 @@ export class Provider extends Instantiable { const signature = await this.createHashSignature(consumerAccount, signatureMessage) url += `&signature=${signature}` } - // consitnue to construct Provider URL + // continue to construct Provider URL url += (output && `&output=${JSON.stringify(output)}`) || '' url += (algorithmDid && `&algorithmDid=${algorithmDid}`) || '' url +=