fix undefined bug

ldap-exec-test
Rebecca-Chou 1 year ago
parent 2d9176256d
commit 51bb491277
  1. 4
      lib/team.ts

@ -45,8 +45,8 @@ export async function getExecNames() {
const client = new Client({ url });
// position: name
let execMembers: { [name: string]: string };
let formattedExec: string[];
const execMembers: { [name: string]: string } = {};
let formattedExec: string[] = [];
try {
await client.bind("", "");

Loading…
Cancel
Save