Skip to content

Commit d0cbadb

Browse files
move to with-tests
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 440c903 commit d0cbadb

File tree

1 file changed

+2
-2
lines changed
  • 2-understand/prj-libs-04-finished/src

1 file changed

+2
-2
lines changed

2-understand/prj-libs-04-finished/src/app.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import axios from "axios";
33
const form = document.querySelector("form")!;
44
const addressInput = document.getElementById("address")! as HTMLInputElement;
55

6-
const GOOGLE_API_KEY = "AIzaSyCIaAc2c5M3VpbCH6PPq_guwy9lHuowXOs";
6+
const GOOGLE_API_KEY = "abrakadabra";
77

88
// declare var google: any;
99

@@ -30,7 +30,7 @@ function searchAddressHandler(event: Event) {
3030
const map = new google.maps.Map(document.getElementById("map") as HTMLElement, {
3131
center: coordinates,
3232
zoom: 16
33-
});
33+
});
3434

3535
new google.maps.Marker({ position: coordinates, map: map });
3636
})

0 commit comments

Comments
 (0)