mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-05 07:09:40 +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;
|
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.info('commit', msg, id, type, tags);
|
||||||
log.debug('Entering commit:', msg, id, type, tags);
|
log.debug('Entering commit:', msg, id, type, tags);
|
||||||
const config = getConfig();
|
const config = getConfig();
|
||||||
|
Reference in New Issue
Block a user