mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix type/lint issues
This commit is contained in:
@@ -29,7 +29,6 @@ export const registerLdapRouter = async (server: FastifyZodProvider) => {
|
||||
|
||||
passport.use(
|
||||
new LdapStrategy(
|
||||
// eslint-disable-next-line @typescript-eslint/no-misused-promises
|
||||
server.services.ldap.getLdapPassportOpts as any,
|
||||
// eslint-disable-next-line
|
||||
async (req: IncomingMessage, user, cb) => {
|
||||
|
||||
Reference in New Issue
Block a user