Skip to content

Commit 62d7296

Browse files
committed
Remove doc for unmetered query
1 parent 9c716f4 commit 62d7296

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

docs/migrating_from_google_search_results_nodejs.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ migrate over to the `serpapi` npm package.
5252
`getHtml` functions instead.
5353
- The `SerpApiSearch` class is removed as a public class.
5454

55-
## Fixed
56-
57-
- Setting the `api_key` parameter to `null` works for unmetered queries.
58-
```js
59-
// ❌ Previously, error is thrown when api_key is undefined or null.
60-
const engine = new GoogleSearch();
61-
engine.json({ q: "coffee", api_key: undefined });
62-
63-
// ✅ Now, no error is thrown when api_key is null
64-
getJson({ engine: "google", q: "coffee", api_key: null });
65-
```
66-
6755
## Added
6856

6957
- TypeScript support.

0 commit comments

Comments
 (0)