Nick: fixed prettier

This commit is contained in:
Nicolas
2024-12-11 19:46:11 -03:00
parent e5fe9e1534
commit 00335e2ba9
134 changed files with 9565 additions and 7108 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ export async function search({
location = undefined,
proxy = undefined,
sleep_interval = 0,
timeout = 5000,
timeout = 5000
}: {
query: string;
advanced?: boolean;
@@ -38,7 +38,7 @@ export async function search({
filter,
lang,
country,
location,
location
});
}
if (process.env.SEARCHAPI_API_KEY) {