Skip to content

Commit

Permalink
Minor fix for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Apr 23, 2024
1 parent 2e35df2 commit 3d0ae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/lightdb/RecordDocumentCollection.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package lightdb

import cats.effect.IO
import fabric.Json
import fabric._

abstract class RecordDocumentCollection[D <: RecordDocument[D]](collectionName: String, db: LightDB) extends Collection[D](collectionName, db) {
override protected def preSetJson(json: Json): IO[Json] = IO {
Expand Down

0 comments on commit 3d0ae58

Please sign in to comment.