feat(v3.6.3): version

This commit is contained in:
diced 2022-12-03 08:37:37 -08:00
parent 285ed8d56e
commit ace474eb2c
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "zipline", "name": "zipline",
"version": "3.6.2", "version": "3.6.3",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "npm-run-all build:server dev:run", "dev": "npm-run-all build:server dev:run",

View file

@ -32,8 +32,7 @@ export const withOAuth =
function oauthError(error: string) { function oauthError(error: string) {
if (config.features.headless) if (config.features.headless)
return res.json({ return res.badRequest(error, {
error,
provider, provider,
}); });