fix nav styling,

fix linting
This commit is contained in:
2023-10-19 17:26:37 +00:00
parent e2f5bf9a0a
commit 8cfafe7399
4 changed files with 10 additions and 9 deletions

View File

@@ -231,7 +231,7 @@ async function request (url, content) {
}
}
catch (error) {
return {status: 400, error: error};
return { status: 400, error };
}
}