mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 18:24:33 +01: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