fix: refactored code

on-behalf-of: @Mermaid-Chart <hello@mermaidchart.com>
This commit is contained in:
omkarht
2025-08-06 17:10:55 +05:30
parent d525acc05b
commit 99dbeba407

View File

@@ -348,7 +348,6 @@ export class SequenceDB implements DiagramDB {
inputRemainder: string,
lexer: any
): string {
log.info({ tokenName });
const arrowLike = /^\s*(->>|-->>|->|-->|<<->>|<<-->>|-x|--x|-\))/;
const colonLike = /^\s*:/;