@singi-labs/sifa-sdk 0.12.5 → 0.12.6

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.
@@ -1203,10 +1203,15 @@ function resetProfile(config, deletePdsData, options = {}) {
1203
1203
  });
1204
1204
  }
1205
1205
  function deleteAccount(config, deletePdsData, options = {}) {
1206
- return apiWrite(config, "/api/profile/account", "DELETE", {
1207
- body: { deletePdsData },
1208
- ...options
1209
- });
1206
+ return apiWrite(
1207
+ config,
1208
+ "/api/profile/account",
1209
+ "DELETE",
1210
+ {
1211
+ body: { deletePdsData },
1212
+ ...options
1213
+ }
1214
+ );
1210
1215
  }
1211
1216
 
1212
1217
  // src/query/fetchers/network-map.ts