Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
MariiaNebesnova committed Jul 18, 2023
1 parent 3c7dea3 commit 837747c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/common/utils/getDocument.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import connector from "../../pageServices/connector";

export const getFullDocument = async () => {
const documentResult = await connector.attachContentScript(() => JSON.stringify(document.documentElement.outerHTML));
return await documentResult[0].result;
};
import connector from "../../pageServices/connector";

export const getFullDocument = async () => {
const documentResult = await connector.attachContentScript(() => JSON.stringify(document.documentElement.outerHTML));
return await documentResult[0].result;
};

0 comments on commit 837747c

Please sign in to comment.