Skip to content

Commit

Permalink
fix the compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mineme0110 committed May 31, 2023
1 parent 62561d1 commit dab1212
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ abstract class ReactiveMongoRepo(
} yield result
}

def find[List[T]](selector: BSONDocument, projection: Option[BSONDocument])(using
def find[T](selector: BSONDocument, projection: Option[BSONDocument])(using
r: BSONDocumentReader[T],
p: CursorProducer[T]
): Task[List[T]] = {
Expand Down

0 comments on commit dab1212

Please sign in to comment.