tpmkms_4wp 9.3.0-beta.42 → 9.3.0-beta.43

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.
@@ -190,7 +190,7 @@ class API {
190
190
  if (reminder.cleanUp) {
191
191
  reminder.cleanUp()
192
192
  }
193
- this.setReminders(this._objects.reminders.filter((reminder) => reminder.id != id))
193
+ this.setReminders(this.reminders().filter((reminder) => reminder.id != id))
194
194
  }
195
195
  }
196
196
 
package/package.json CHANGED
@@ -341,8 +341,8 @@
341
341
  "scriptjs": "^2.5.9",
342
342
  "table": "^6.7.1",
343
343
  "uuid": "^9.0.0",
344
- "theprogrammablemind_4wp": "9.3.0-beta.42"
344
+ "theprogrammablemind_4wp": "9.3.0-beta.43"
345
345
  },
346
- "version": "9.3.0-beta.42",
346
+ "version": "9.3.0-beta.43",
347
347
  "license": "UNLICENSED"
348
348
  }