diff --git a/src/models/staging/staging.model.js b/src/models/staging/staging.model.js index 048a34c9..fa69e4d7 100644 --- a/src/models/staging/staging.model.js +++ b/src/models/staging/staging.model.js @@ -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;