chore: Remove lint warnings in example-diagram

This commit is contained in:
Sidharth Vinod
2023-07-06 11:58:55 +05:30
parent db30f21ac5
commit aaec16ed6c
4 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ import { log, getConfig, setupGraphViewbox } from './mermaidUtils.js';
* @param {any} text
* @param {any} id
* @param {any} version
* @param diagObj
*/
export const draw = (text, id, version) => {
try {