Skip to content

Commit

Permalink
chore: Remove <Info>
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 17, 2023
1 parent 27fb71d commit f3c0422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/info/infoParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function populateDb(ast: Info, db: InfoDB) {

export const parser: ParserDefinition = {
parse: (input: string): void => {
const ast: Info = parse<Info>('info', input);
const ast: Info = parse('info', input);
log.debug(ast);
populateDb(ast, db);
},
Expand Down

0 comments on commit f3c0422

Please sign in to comment.