fix type bug
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rebecca-Chou 2022-03-10 00:51:18 +08:00
parent 4c087b4af4
commit 67afba862a
1 changed files with 1 additions and 4 deletions

View File

@ -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 {