@sprucelabs/spruce-organization-utils 6.0.59 → 6.0.60

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.
@@ -80,8 +80,8 @@ class OrganizationListCardViewController extends AbstractViewController {
80
80
  };
81
81
  }
82
82
  handleDeleteOrg(org) {
83
- var _a;
84
83
  return __awaiter(this, void 0, void 0, function* () {
84
+ var _a;
85
85
  this.activeRecordCardVc.deleteRow(org.id);
86
86
  this.activeRecordCardVc.setIsBusy(true);
87
87
  const client = yield this.connectToApi();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-organization-utils",
3
3
  "description": "Support for working with organizations and Sprucebot. 📈",
4
- "version": "6.0.59",
4
+ "version": "6.0.60",
5
5
  "skill": {
6
6
  "namespace": "organization"
7
7
  },