Skip to content

Commit

Permalink
Fix an unresolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed May 4, 2020
1 parent a0ed627 commit edd525b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public final class FindAndModifyBuilder {
sessionId: self.collection.sessionId ?? connection.implicitSessionId)

}
.decode(FindAndModifyReply.self)
.decodeReply(FindAndModifyReply.self)
._mongoHop(to: self.collection.hoppedEventLoop)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extension MongoCollection {
request,
namespace: namespace,
sessionId: nil
).decode(MongoCursorResponse.self).map { response in
).decodeReply(MongoCursorResponse.self).map { response in
return MongoCursor(
reply: response.cursor,
in: namespace,
Expand Down

0 comments on commit edd525b

Please sign in to comment.