Skip to content

Commit

Permalink
Merge branch 'master' into fix/chain-dimensions-order
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 27, 2024
2 parents 4637f4e + 1587f74 commit 2e06abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modules/user/service/userService.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const acceptUserAccessRequest = async ({ user, serverUrl, accessRequestAc
t
)
const surveyOwnerUuid = User.getUuid(userInvited)
await SurveyManager.updateSurveyOwner({ user, surveyId, ownerUuid: surveyOwnerUuid, system: true })
await SurveyManager.updateSurveyOwner({ user, surveyId, ownerUuid: surveyOwnerUuid, system: true }, t)
survey = Survey.assocOwnerUuid(surveyOwnerUuid)(survey)
return { survey, userInvited }
})
Expand Down

0 comments on commit 2e06abe

Please sign in to comment.