mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Make status creation API more permissive
This commit is contained in:
parent
4cee92f22d
commit
325ecbfc53
3 changed files with 3 additions and 7 deletions
|
|
@ -133,8 +133,6 @@ export const processRoute = async (
|
|||
return null;
|
||||
});
|
||||
|
||||
console.log(parsedRequest);
|
||||
|
||||
if (!parsedRequest) {
|
||||
return errorResponse(
|
||||
"The request could not be parsed, it may be malformed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue