mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 07:19:41 +02:00
Minor clean up for eslint
This commit is contained in:
@@ -46,7 +46,7 @@ const addRelationship = function(entA, rolA, entB, rolB, card) {
|
||||
|
||||
relationships.push(rel);
|
||||
logger.debug('Added new relationship :', rel);
|
||||
}
|
||||
};
|
||||
|
||||
const getRelationships = () => relationships;
|
||||
|
||||
|
Reference in New Issue
Block a user