chore: Fix api linting
This commit is contained in:
committed by
mrugesh mohapatra
parent
09e563f742
commit
0ccd0a6f77
@ -7,7 +7,7 @@ import { check } from 'express-validator/check';
|
||||
|
||||
import { homeLocation } from '../../../config/env';
|
||||
import { createCookieConfig } from '../utils/cookieConfig';
|
||||
import {
|
||||
import {
|
||||
createPassportCallbackAuthenticator,
|
||||
saveResponseAuthCookies,
|
||||
loginRedirect
|
||||
|
@ -350,7 +350,9 @@ function createShowCert(app) {
|
||||
messages: [
|
||||
{
|
||||
type: 'info',
|
||||
message: `We could not find a user with the username "${username}"`
|
||||
message: `We could not find a user with the username "${
|
||||
username
|
||||
}"`
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user