From 7e9ab546eb584817d8b9cb1639cea103e00abdd1 Mon Sep 17 00:00:00 2001 From: Knut Sveidqvist Date: Thu, 2 Jul 2020 22:34:13 +0200 Subject: [PATCH] Fix for broken build, issue with config use in flowcahart and gantt diagram --- src/diagrams/gantt/ganttDb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/diagrams/gantt/ganttDb.js b/src/diagrams/gantt/ganttDb.js index 95239b0b3..b13f02e07 100644 --- a/src/diagrams/gantt/ganttDb.js +++ b/src/diagrams/gantt/ganttDb.js @@ -4,7 +4,6 @@ import { logger } from '../../logger'; import { getConfig } from '../../config'; import utils from '../../utils'; -const config = getConfig(); let dateFormat = ''; let axisFormat = ''; let todayMarker = '';