Skip to content

Commit

Permalink
La version apparatient à l'utilisateur qui s'est fait kick
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Sep 29, 2023
1 parent 58492d9 commit 95c85d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/resolvers/articleResolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async function createSoloSession (article, user, force = false) {
await createVersion(article, {
major: false,
message: '',
userId: user._id,
userId: article.soloSession.creator._id,
type: 'editingSessionEnded'
}
)
Expand Down

0 comments on commit 95c85d7

Please sign in to comment.