Skip to content

Commit

Permalink
fix: transfer maker taker
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Sep 2, 2022
1 parent 5cdd60d commit 7216f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/staging/staging.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Staging extends Model {
const maker = { inclusions: [] };
const taker = { inclusions: [] };

// The record still has the orgUid of the takerProjectRecord,
// The record still has the orgUid of the makerProjectRecord,
// we will update this to the correct orgUId later
maker.storeId = takerProjectRecord.orgUid;
taker.storeId = myOrganization.orgUid;
Expand Down

0 comments on commit 7216f51

Please sign in to comment.