Remove superfluous DetachedWindowAPI.close call

This commit is contained in:
Julia Johannesen 2024-09-22 18:51:29 -04:00
parent 5b282924ea
commit e4cbd58821
No known key found for this signature in database
GPG key ID: 4A1377AF3E7FBC46

View file

@ -241,9 +241,6 @@ export class ApRequestService {
if (alternate) {
const href = alternate.getAttribute('href');
if (href) {
// Since this early exits, we need to call DetachedWindowAPI.close
await window.happyDOM.close();
return await this.signedGet(href, user, false);
}
}