Update packages/mermaid/src/diagrams/git/gitGraphAst.ts

Co-authored-by: Sidharth Vinod <github@sidharth.dev>
This commit is contained in:
Austin-Fulbright
2024-07-27 04:02:49 -04:00
committed by GitHub
parent 0d4c3e5f72
commit e57fee1f37

View File

@@ -40,10 +40,7 @@ const state = new ImperativeState<GitGraphState>(() => ({
options: {},
}));
/**
*
*/
function getId() {
function getID() {
return random({ length: 7 });
}