@point-hub/papi 0.5.40 → 0.5.41
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.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -70025,7 +70025,7 @@ class MongoDBConnection {
|
|
|
70025
70025
|
}
|
|
70026
70026
|
};
|
|
70027
70027
|
} else if (typeof input === "object" && input !== null) {
|
|
70028
|
-
filter2 = input;
|
|
70028
|
+
filter2 = MongoDBHelper.stringToObjectId(input);
|
|
70029
70029
|
} else {
|
|
70030
70030
|
throw new Error("Invalid deleteMany input");
|
|
70031
70031
|
}
|