Skip to content
Snippets Groups Projects
Verified Commit e4cbd588 authored by Julia's avatar Julia
Browse files

Remove superfluous `DetachedWindowAPI.close` call

parent 5b282924
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment