mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Update packages/mermaid/src/diagrams/class/classDb.ts
Co-authored-by: Sidharth Vinod <github@sidharth.dev>
This commit is contained in:
@@ -51,7 +51,7 @@ const splitClassIdAndType = function (_id: string) {
|
|||||||
genericType = sanitizeText(split[1]);
|
genericType = sanitizeText(split[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return { classId: classId, type: genericType };
|
return { classId, type: genericType };
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user