electrodb 3.0.0 → 3.0.1
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/package.json +1 -1
- package/src/entity.js +0 -1
package/package.json
CHANGED
package/src/entity.js
CHANGED
|
@@ -2899,7 +2899,6 @@ class Entity {
|
|
|
2899
2899
|
if (skType === "number") {
|
|
2900
2900
|
return Comparisons[comparison];
|
|
2901
2901
|
} else if (
|
|
2902
|
-
comparisonType === ComparisonTypes.attributes ||
|
|
2903
2902
|
comparisonType === ComparisonTypes.v2
|
|
2904
2903
|
) {
|
|
2905
2904
|
return KeyAttributesComparisons[comparison];
|