Skip to content

Commit b73cf96

Browse files
committed
refactor: Remove not working methode updateValue on document
1 parent 6104bd4 commit b73cf96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/dev/mongocamp/driver/mongodb/package.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ package object mongodb extends ObservableIncludes with DocumentIncludes {
6262

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

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

0 commit comments

Comments
 (0)