Skip to content

Commit

Permalink
Clearer documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch authored Dec 18, 2023
1 parent 199e4fd commit 35b3aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/safeMutations/acceptTeamInvitation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const handleFirstAcceptedInvitation = async (team: Team): Promise<string | null>
}

/**
* Must not be run in parallel
* Must not be run in parallel for the same `userId` and multiple `team` objects on the same org
*/
const acceptTeamInvitation = async (team: Team, userId: string, dataLoader: DataLoaderWorker) => {
const r = await getRethink()
Expand Down

0 comments on commit 35b3aa4

Please sign in to comment.