1
0
Fork 0
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:
Maksim Eltyshev 2024-11-18 22:38:09 +01:00
parent 88ffa08512
commit f99fcaca24
3 changed files with 6 additions and 6 deletions

View file

@ -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',
},
},