mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 11:14:12 +01:00
chore: run pnpm lint:fix
This commit is contained in:
@@ -20,7 +20,7 @@ export class PieValueConverter extends DefaultValueConverter {
|
|||||||
|
|
||||||
if (value === undefined) {
|
if (value === undefined) {
|
||||||
return super.runConverter(rule, input, cstNode);
|
return super.runConverter(rule, input, cstNode);
|
||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user