mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +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);
|
relationships.push(rel);
|
||||||
logger.debug('Added new relationship :', rel);
|
logger.debug('Added new relationship :', rel);
|
||||||
}
|
};
|
||||||
|
|
||||||
const getRelationships = () => relationships;
|
const getRelationships = () => relationships;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user