mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix item create not returning
This commit is contained in:
@@ -28,6 +28,8 @@ router.post(
|
||||
|
||||
throw error;
|
||||
}
|
||||
|
||||
return next();
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user