diff --git a/lib/team.ts b/lib/team.ts index cc1323cc..31d054ce 100644 --- a/lib/team.ts +++ b/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 {