Skip to content

Commit

Permalink
delete unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
KONNO Kiyotaka authored and KONNO Kiyotaka committed Jan 20, 2024
1 parent f434605 commit 08ce138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/action_helper/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ export const installFromPage = async (
name?: string,
) => {
const getResult = await fetch(pageInstallUrl);
if (!getResult.ok) throw new Error("Fetch response error");
const html = await getResult.text();
const document = new DOMParser().parseFromString(html, "text/html")!;
const linklist = document.getElementsByTagName("a")!;
Expand Down

0 comments on commit 08ce138

Please sign in to comment.