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