Skip to content

Commit

Permalink
updated to fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 18, 2024
1 parent 3409e47 commit b7de58f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mermaid/src/diagrams/gantt/ganttDb.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ let wdStartTime = undefined;
let wdEndTime = undefined;
let weekend = 'saturday';


// The serial order of the task in the script
let lastOrder = 0;

Expand Down Expand Up @@ -866,7 +865,6 @@ export default {
setWDEndTime,
getWDEndTime,
setWeekend,

};

/**
Expand Down

0 comments on commit b7de58f

Please sign in to comment.