Skip to content

Commit 4ad2ea9

Browse files
authored
fix: pass-through tenant when batch-creating cross-references
1 parent 5c60264 commit 4ad2ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/batch/referencesBatcher.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default class ReferencesBatcher extends CommandBase {
7373
return this.beaconPath.rebuild(reference.to!).then((beaconTo: any) => ({
7474
from: reference.from,
7575
to: beaconTo,
76+
tenant: reference.tenant,
7677
}));
7778
};
7879
}

0 commit comments

Comments
 (0)