Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Aug 6, 2024
1 parent 309cf25 commit 267f569
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions layer/store/geo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
VPN_CHECKS_ENABLED,
PROXY_DETECTION_API_KEY
} from './../utils/constant'
import { EventBus } from './../types/'

type GeoStoreState = {
geoContinent: string
Expand Down Expand Up @@ -226,12 +225,6 @@ export const useSharedGeoStore = defineStore('sharedGeo', {
sharedGeoStore.$patch({
vpnCheckedTimestamp: todayInSeconds
})
},

async fetchUserLocation() {
const sharedGeoStore = useSharedGeoStore()

await sharedGeoStore.fetchGeoLocation()
}
}
})

0 comments on commit 267f569

Please sign in to comment.