refactor: delete unused

This commit is contained in:
Artemy Egorov 2023-08-17 20:22:52 +03:00 committed by GitHub
parent 5a067089cc
commit eaca3bd167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ export default async function google(
`; `;
return { return {
content: `${searchForm}${content.join("")}${navigation || ""}`, content: `${searchForm}${content.join("")}${navigation}`,
textContent: textContent.join("\n"), textContent: textContent.join("\n"),
title: window.document.title, title: window.document.title,
lang: window.document.documentElement.lang, lang: window.document.documentElement.lang,