Fix item create not returning

This commit is contained in:
rijkvanzanten
2020-09-21 17:32:02 -04:00
parent ff83f17b4d
commit 15043c7a95

View File

@@ -28,6 +28,8 @@ router.post(
throw error;
}
return next();
}),
);