Minor clean up for eslint

This commit is contained in:
Adrian Hall
2020-03-02 11:46:07 +00:00
parent e90f58a0a7
commit 6985391437

View File

@@ -46,7 +46,7 @@ const addRelationship = function(entA, rolA, entB, rolB, card) {
relationships.push(rel);
logger.debug('Added new relationship :', rel);
}
};
const getRelationships = () => relationships;