@singi-labs/sifa-sdk 0.12.43 → 0.12.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -439,7 +439,12 @@ function createEndorsement(config, data, options = {}) {
439
439
  return apiWriteCreate(config, "/api/endorsement", data, options);
440
440
  }
441
441
  function confirmEndorsement(config, data, options = {}) {
442
- return apiWriteCreate(config, "/api/endorsement/confirm", data, options);
442
+ return apiWriteCreate(
443
+ config,
444
+ "/api/endorsement/confirm",
445
+ data,
446
+ options
447
+ );
443
448
  }
444
449
 
445
450
  // src/query/fetchers/endorsement-inbox.ts