From af5b048391f8b04bb80e2cb531b62be420c3eddf Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 25 Mar 2022 14:03:09 +0100 Subject: [PATCH] update(context): remove typecast --- src/context/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/context/index.ts b/src/context/index.ts index 0bb5ee15..1eb6426f 100644 --- a/src/context/index.ts +++ b/src/context/index.ts @@ -1,5 +1,5 @@ import { InjectionKey } from 'vue' import { UseVueFlow } from '~/types' -export const VueFlow: InjectionKey = Symbol('vueFlow') as InjectionKey -export const NodeId: InjectionKey = Symbol('nodeId') as InjectionKey +export const VueFlow: InjectionKey = Symbol('vueFlow') +export const NodeId: InjectionKey = Symbol('nodeId')