mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
leap: refer to module when indexing graph data
This commit is contained in:
parent
999f8025f5
commit
95cf1aaf58
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user