Skip to content

Commit

Permalink
Merge pull request #96 from flipace/patch-1
Browse files Browse the repository at this point in the history
fix: pass-through tenant when batch-creating cross-references
  • Loading branch information
tsmith023 authored Sep 26, 2023
2 parents 5c60264 + 4ad2ea9 commit c70587b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/batch/referencesBatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default class ReferencesBatcher extends CommandBase {
return this.beaconPath.rebuild(reference.to!).then((beaconTo: any) => ({
from: reference.from,
to: beaconTo,
tenant: reference.tenant,
}));
};
}

0 comments on commit c70587b

Please sign in to comment.