Skip to content

Commit 10ae414

Browse files
author
Jakub Amanowicz
committed
CASL-1434 added missing postprocessor
Signed-off-by: Jakub Amanowicz <jakub.amanowicz@here.com>
1 parent faa2246 commit 10ae414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

here-naksha-app-service/src/main/java/com/here/naksha/app/service/http/tasks/WriteFeatureApiTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ private XyzResponse patchAndPreProcess(
387387
}
388388
} else {
389389
if (responseType.equals(HttpResponseType.FEATURE)) {
390-
return transformWriteResultToXyzFeatureResponse(wrResult, XyzFeature.class);
390+
return transformWriteResultToXyzFeatureResponse(wrResult, XyzFeature.class, MOM_10_POST_PROCESSOR);
391391
}
392392
return transformWriteResultToXyzCollectionResponse(
393393
wrResult, XyzFeature.class, false, MOM_10_POST_PROCESSOR);

0 commit comments

Comments
 (0)