mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Update packages/mermaid/src/diagrams/git/gitGraphAst.ts
Co-authored-by: Sidharth Vinod <github@sidharth.dev>
This commit is contained in:
parent
0d4c3e5f72
commit
e57fee1f37
@ -40,10 +40,7 @@ const state = new ImperativeState<GitGraphState>(() => ({
|
||||
options: {},
|
||||
}));
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
function getId() {
|
||||
function getID() {
|
||||
return random({ length: 7 });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user