We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8743455 commit 1e65de4Copy full SHA for 1e65de4
lib/adapter.js
@@ -3159,7 +3159,7 @@ function Adapter(options) {
3159
return tools.maybeCallback(callback);
3160
} else {
3161
// do not allow deletion of objects with dontDelete flag
3162
- if (!obj.value.common || !obj.value.common.dontDelete) {
+ if (!obj.common || !obj.common.dontDelete) {
3163
adapterObjects.delObject(obj._id, options, err => {
3164
if (err) {
3165
return tools.maybeCallbackWithError(callback, err);
0 commit comments