Skip to content

Commit

Permalink
fix: failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Sep 19, 2021
1 parent 6b2d32a commit a2d9b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/map/_partials/Geocoder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
} catch (error: unknown) {
const { response } = error as AxiosError;
state.loading = false;
console.log('response: ', response!.data);
alert(response!.data.message);
} finally {
state.loading = false;
}
Expand Down

0 comments on commit a2d9b03

Please sign in to comment.