Skip to content

Commit

Permalink
fix(scraper): TVDB key is not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Dec 21, 2020
1 parent 4c2527e commit 9a21d7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/scraper/src/shared/config/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ export class ConfigService {
[ConfigService.TMDB_KEY]: Joi.string()
.required(),

[ConfigService.TVDB_KEY]: Joi.string()
.required(),
[ConfigService.TVDB_KEY]: Joi.string(),

[ConfigService.OMDB_KEY]: Joi.string()
.required(),
Expand Down

0 comments on commit 9a21d7b

Please sign in to comment.