@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.
@@ -2267,10 +2267,15 @@ function resetProfile(config, deletePdsData, options = {}) {
2267
2267
  });
2268
2268
  }
2269
2269
  function deleteAccount(config, deletePdsData, options = {}) {
2270
- return apiWrite(config, "/api/profile/account", "DELETE", {
2271
- body: { deletePdsData },
2272
- ...options
2273
- });
2270
+ return apiWrite(
2271
+ config,
2272
+ "/api/profile/account",
2273
+ "DELETE",
2274
+ {
2275
+ body: { deletePdsData },
2276
+ ...options
2277
+ }
2278
+ );
2274
2279
  }
2275
2280
 
2276
2281
  // src/query/hooks/use-destructive.ts