Skip to content

Commit 9d4a59e

Browse files
committed
fix: Remove duplicated const
1 parent eb6743e commit 9d4a59e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hivemq-edge-frontend/src/extensions/datahub/utils/datahub.utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { OperationData } from '@datahub/types.ts'
33

44
export const DND_DESIGNER_NODE_TYPE = 'application/reactflow;type=designer-node'
55

6-
export const DND_DESIGNER_NODE_TYPE = 'application/reactflow;type=designer-node'
7-
86
export const SCRIPT_FUNCTION_SEPARATOR = ':'
97
export const SCRIPT_FUNCTION_PREFIX = 'fn'
108
export const SCRIPT_FUNCTION_LATEST = 'latest'

0 commit comments

Comments
 (0)