Skip to content

Commit

Permalink
Update packages/mermaid/src/diagrams/git/gitGraphAst.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sidharth Vinod <github@sidharth.dev>
  • Loading branch information
Austin-Fulbright and sidharthv96 authored Jul 27, 2024
1 parent 0d4c3e5 commit e57fee1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/mermaid/src/diagrams/git/gitGraphAst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ const state = new ImperativeState<GitGraphState>(() => ({
options: {},
}));

/**
*
*/
function getId() {
function getID() {

Check failure on line 43 in packages/mermaid/src/diagrams/git/gitGraphAst.ts

View workflow job for this annotation

GitHub Actions / lint

'getID' is defined but never used. Allowed unused vars must match /^_/u

Check failure on line 43 in packages/mermaid/src/diagrams/git/gitGraphAst.ts

View workflow job for this annotation

GitHub Actions / autofix

'getID' is defined but never used. Allowed unused vars must match /^_/u
return random({ length: 7 });
}

Expand Down

0 comments on commit e57fee1

Please sign in to comment.