Skip to content

Commit

Permalink
revert alert change (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOf0days authored Jan 16, 2024
1 parent c0f482a commit d5dfa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/queryLocations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
);
}
Expand Down

0 comments on commit d5dfa9f

Please sign in to comment.