Skip to content

Commit

Permalink
refactor: Remove not working methode updateValue on document
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Feb 4, 2025
1 parent 6104bd4 commit b73cf96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/dev/mongocamp/driver/mongodb/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ package object mongodb extends ObservableIncludes with DocumentIncludes {

def getFloatValue(key: String): Float = getDoubleValue(key).floatValue()

def updateValue(key: String, value: Any): Any = BsonConverter.updateDocumentValue(document, key, value)
}
}

0 comments on commit b73cf96

Please sign in to comment.