Apply suggestions from code review

This commit is contained in:
shamoon 2024-01-28 16:41:09 -08:00 committed by GitHub
parent 9bc86c488a
commit 7a543c0398
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@ multiple providers is also supported via a dropdown (excluding custom):
provider: [brave, google, duckduckgo] provider: [brave, google, duckduckgo]
``` ```
The response body for the URL provided with the `suggestionUrl` option should looke like this: The response body for the URL provided with the `suggestionUrl` option should look like this:
```json ```json
[ [

View File

@ -42,7 +42,6 @@ export const searchProviders = {
custom: { custom: {
name: "Custom", name: "Custom",
url: false, url: false,
suggestionUrl: false,
icon: FiSearch, icon: FiSearch,
}, },
}; };