From 451f6b29de798a6b100a76a6797628405ec2d2d9 Mon Sep 17 00:00:00 2001 From: jpellizzari Date: Fri, 17 Mar 2017 10:35:22 -0700 Subject: [PATCH] Changed edge ID separator --- client/app/scripts/constants/naming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/scripts/constants/naming.js b/client/app/scripts/constants/naming.js index e79bd03fa..148d4de0e 100644 --- a/client/app/scripts/constants/naming.js +++ b/client/app/scripts/constants/naming.js @@ -1,2 +1,2 @@ -export const EDGE_ID_SEPARATOR = '-'; +export const EDGE_ID_SEPARATOR = '-------';