mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
refactor: 🚨 Add empty default case to OpenID grant_type handler
This commit is contained in:
parent
2537e3cd48
commit
b5b7014c00
|
|
@ -205,6 +205,8 @@ export default (plugin: PluginType) => {
|
||||||
200,
|
200,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
default:
|
||||||
}
|
}
|
||||||
|
|
||||||
return context.json(
|
return context.json(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue