Skip to content

Commit 1626e69

Browse files
committed
fixed content checker on PATCH
1 parent 7f698c0 commit 1626e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/restheart/hal/metadata/singletons/SimpleContentChecker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ private BasicDBList getApplicableConditions(BasicDBList conditions, RequestConte
295295
ret.add(fc);
296296
});
297297

298-
return filterNullableAndOptionalNullConditions(conditions, ret);
298+
return filterNullableAndOptionalNullConditions(ret, content);
299299

300300
} else {
301301
return new BasicDBList();

0 commit comments

Comments
 (0)