mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-30 12:49:41 +02:00
Update packages/mermaid/src/diagrams/git/gitGraphAst.ts
Co-authored-by: Sidharth Vinod <github@sidharth.dev>
This commit is contained in:
@@ -80,7 +80,7 @@ export const getOptions = function () {
|
||||
return state.records.options;
|
||||
};
|
||||
|
||||
export const commit = function (msg: string, id: string, type: number, tags: string[] | undefined) {
|
||||
export const commit = function (msg: string, id: string, type: number, tags?: string[]) {
|
||||
log.info('commit', msg, id, type, tags);
|
||||
log.debug('Entering commit:', msg, id, type, tags);
|
||||
const config = getConfig();
|
||||
|
Reference in New Issue
Block a user