mirror of
https://github.com/plankanban/planka.git
synced 2025-07-20 21:59:43 +02:00
chore: Fix linting
This commit is contained in:
parent
88ffa08512
commit
f99fcaca24
3 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
const Errors = {
|
||||
INVALID_OIDC_CONFIGURATION: {
|
||||
invalidOidcConfiguration: 'Invalid OIDC configuration'
|
||||
invalidOidcConfiguration: 'Invalid OIDC configuration',
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
exits: {
|
||||
invalidOidcConfiguration: {
|
||||
responseType: 'serverError'
|
||||
responseType: 'serverError',
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue