leap: refer to module when indexing graph data

This commit is contained in:
Matilde Park 2020-09-24 20:05:25 -04:00
parent 999f8025f5
commit 95cf1aaf58

View File

@ -103,6 +103,10 @@ export default function index(associations, apps) {
app = 'groups';
};
if (each['app-name'] === 'graph') {
app = each.metadata.module;
}
const shipStart = each['app-path'].substr(each['app-path'].indexOf('~'));
if (app === 'groups') {