Skip to content

Commit

Permalink
fix: ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Dec 2, 2019
1 parent d434844 commit ab71f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-apollo-composable/src/util/loadingTracking.ts
Expand Up @@ -11,7 +11,7 @@ export interface AppLoadingTracking extends LoadingTracking {
}

export function getAppTracking () {
const root = getCurrentInstance().$root
const root: any = getCurrentInstance().$root
let appTracking: AppLoadingTracking

if (!root._apolloAppTracking) {
Expand Down

0 comments on commit ab71f87

Please sign in to comment.