Skip to content

Commit

Permalink
fix: fix ldif module import
Browse files Browse the repository at this point in the history
  • Loading branch information
meetcshah19 committed Oct 3, 2024
1 parent e91cc85 commit 7bd4c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/ee/services/dynamic-secret/providers/ldap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { alphaNumericNanoId } from "@app/lib/nanoid";

import { LdapSchema, TDynamicProviderFns } from "./models";
import { BadRequestError } from "@app/lib/errors";
// @ts-ignore
import ldif from "ldif";

const generatePassword = () => {
Expand Down

0 comments on commit 7bd4c5f

Please sign in to comment.