From 88258a0f4bd1d1b980a1c2757e7fce932968215a Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Tue, 2 Apr 2019 15:47:36 -0700 Subject: Remove type annotation --- src/use-geolocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/use-geolocation.js') diff --git a/src/use-geolocation.js b/src/use-geolocation.js index 9ab3f99..2e46070 100644 --- a/src/use-geolocation.js +++ b/src/use-geolocation.js @@ -15,7 +15,7 @@ export const useGeolocation = () => { timestamp: Date.now() }) let mounted = true - let watchId: any + let watchId const onEvent = event => { if (mounted) { -- cgit v1.2.3