mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-22 15:39:41 +02:00
Update packages/mermaid/src/diagrams/git/gitGraphAst.ts
Co-authored-by: Sidharth Vinod <github@sidharth.dev>
This commit is contained in:
@@ -40,10 +40,7 @@ const state = new ImperativeState<GitGraphState>(() => ({
|
||||
options: {},
|
||||
}));
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
function getId() {
|
||||
function getID() {
|
||||
return random({ length: 7 });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user