Skip to content

Commit

Permalink
fix typo from commandTransaction to commitTransaction (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootcss committed Jun 17, 2024
1 parent f67b550 commit f4c02ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mongo/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -89,4 +89,4 @@ func IsIsMasterValueTruthy(val bsoncore.Value) bool {
return boolValue && isBool
}
return false;
}
}

0 comments on commit f4c02ac

Please sign in to comment.