mirror of
https://github.com/kennethnym/freya
synced 2026-07-04 07:01:14 +01:00
feat: seed default user sources (#128)
This commit is contained in:
@@ -7,7 +7,7 @@ export type WebSearchSourceProviderOptions =
|
||||
| { apiKey?: never; client: WebSearchClient }
|
||||
|
||||
export class WebSearchSourceProvider implements FeedSourceProvider {
|
||||
readonly sourceId = "freya.web-search"
|
||||
readonly sourceId = WebSearchSource.id
|
||||
|
||||
private readonly apiKey: string | undefined
|
||||
private readonly client: WebSearchClient | undefined
|
||||
|
||||
Reference in New Issue
Block a user