hopefully fix #94

This commit is contained in:
Moritz Jung 2023-05-30 17:31:45 +02:00
parent b4d499e0e4
commit 15fc591b83
4 changed files with 16 additions and 6 deletions

View file

@ -112,7 +112,7 @@ export class OMDbAPI extends APIModel {
}
const result = await fetchData.json();
console.debug(result);
// console.debug(result);
if (result.Response === 'False') {
throw Error(`MDB | Received error from ${this.apiName}: ${result.Error}`);