From d5dfa9f61acce8ccc5d31f32c0a99bf1350d62de Mon Sep 17 00:00:00 2001 From: Jaisal Patel <70134418+GhostOf0days@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:12:22 -0500 Subject: [PATCH] revert alert change (#446) --- src/util/queryLocations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`, ); }