Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit c3acd8c

Browse files
committed
Remove ambient from search endpoint
1 parent 263610d commit c3acd8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/search.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export interface SearchOptions {
1515
source?: string
1616
offset?: string
1717
limit?: string
18-
ambient?: boolean
1918
order?: string
2019
sort?: string
2120
}
@@ -61,7 +60,6 @@ export function search (options: SearchOptions = {}): Promise<SearchResults> {
6160
'source',
6261
'offset',
6362
'limit',
64-
'ambient',
6563
'order',
6664
'sort'
6765
]))

0 commit comments

Comments
 (0)