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.
2 parents 5c60264 + 4ad2ea9 commit c70587bCopy full SHA for c70587b
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