1
0

fix type errors in e2e tests

This commit is contained in:
Hazelnoot
2025-04-30 11:13:54 -04:00
parent 6e4e4fdc33
commit d18885eefc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ describe('export-clips', () => {
let bob: misskey.entities.SignupResponse;
// XXX: Any better way to get the result?
async function pollFirstDriveFile() {
async function pollFirstDriveFile(): Promise<any> {
while (true) {
const files = (await api('drive/files', {}, alice)).body;
if (!files.length) {