diff --git a/src/api/export.ts b/src/api/export.ts
index 408bb18..11d1ad9 100644
--- a/src/api/export.ts
+++ b/src/api/export.ts
@@ -170,7 +170,7 @@ async function execute(emitter: EventEmitter, opts: Opts) {
const location = r.headers.get('Location');
type = 'text/html';
- body = ``;
+ body = ``;
await handle(resolve(root.href, location));
}