We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c60264 commit 4ad2ea9Copy full SHA for 4ad2ea9
src/batch/referencesBatcher.ts
@@ -73,6 +73,7 @@ export default class ReferencesBatcher extends CommandBase {
73
return this.beaconPath.rebuild(reference.to!).then((beaconTo: any) => ({
74
from: reference.from,
75
to: beaconTo,
76
+ tenant: reference.tenant,
77
}));
78
};
79
}
0 commit comments