This commit is contained in:
dakkar 2024-08-30 17:14:57 +01:00
parent 3a3098f932
commit b5e0342136

View file

@ -240,10 +240,9 @@ export class ApRequestService {
return await this.signedGet(href, user, false);
}
}
}
catch (e) {
} catch (e) {
// something went wrong parsing the HTML, ignore the whole thing
};
}
}
//#endregion