diff --git a/src/backend/common/infrastructure/config/source/deezer.ts b/src/backend/common/infrastructure/config/source/deezer.ts index 29b9cac3..15c347d6 100644 --- a/src/backend/common/infrastructure/config/source/deezer.ts +++ b/src/backend/common/infrastructure/config/source/deezer.ts @@ -43,7 +43,7 @@ export interface DeezerInternalData extends CommonSourceData, PollingOptions { export interface DeezerInternalSourceConfig extends CommonSourceConfig { data: DeezerInternalData - options: DeezerInternalSourceOptions + options?: DeezerInternalSourceOptions } export interface DeezerInternalSourceOptions extends CommonSourceOptions {