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
346efdd384
commit
a0207f9195
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user