Skip to content

Commit 6ab90a0

Browse files
committed
💚 fix ts error during pptr upgrade #2988
1 parent 3e40665 commit 6ab90a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/Client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,7 @@ public async testCallback(callbackToTest: SimpleListener, testData: any) : Prom
17841784
})(),
17851785
assertFile(file, filename, FileOutputTypes.TEMP_FILE_PATH as any,requestConfig || {})
17861786
])
1787+
//@ts-ignore
17871788
await inputElement.uploadFile(fileAsLocalTemp as string);
17881789
file = inputElementId;
17891790

0 commit comments

Comments
 (0)