triniwiz / nativescript-plugins

Apache License 2.0
78 stars 50 forks source link

fix(couchbase): Method deleteDocument tries to delete null documents #164

Closed CatchABus closed 1 year ago

CatchABus commented 1 year ago

This ensures that method deleteDocument does not attempt to delete null instances and will return false in such a case. This problem was more apparent on iOS as native call was not surrounded by try-catch.