fix type bug

ldap-exec-test
Rebecca-Chou 1 year ago
parent 4c087b4af4
commit 67afba862a
  1. 5
      lib/team.ts

@ -88,10 +88,7 @@ export async function getExecNamePosPairs() {
return formattedExec;
}
export async function getExec(
execNamePosPair: [string, string],
convert = true
) {
export async function getExec(execNamePosPair: string[], convert = true) {
let content, metadata;
try {

Loading…
Cancel
Save