diff --git a/src/util/queryLocations.ts b/src/util/queryLocations.ts index c345d06b..eedcb032 100644 --- a/src/util/queryLocations.ts +++ b/src/util/queryLocations.ts @@ -139,8 +139,8 @@ export async function queryLocations( console.error("Validation error!", error.details); // eslint-disable-next-line no-underscore-dangle console.error("original obj", error._original); - // eslint-disable-next-line no-console - console.log( + // eslint-disable-next-line no-alert + alert( `${location.name} has invalid corresponding data! Ignoring location and continuing validation`, ); }