diff --git a/mongo/command.go b/mongo/command.go index 8230a53..2172ab8 100644 --- a/mongo/command.go +++ b/mongo/command.go @@ -10,7 +10,7 @@ const ( Unknown Command = "unknown" AbortTransaction Command = "abortTransaction" Aggregate Command = "aggregate" - CommitTransaction Command = "commandTransaction" + CommitTransaction Command = "commitTransaction" Count Command = "count" CreateIndexes Command = "createIndexes" Delete Command = "delete" @@ -89,4 +89,4 @@ func IsIsMasterValueTruthy(val bsoncore.Value) bool { return boolValue && isBool } return false; -} \ No newline at end of file +}