Skip to content

(), filter, row) #5

@todo

Description

@todo

updateResult, err := std.collection.UpdateOne(context.TODO(), filter, row)
if err != nil {
logger.Error().Err(err).Msgf("Failed to update record")
return
}
logger.Info().Int("MatchedCount", int(updateResult.MatchedCount)).Int("ModifiedCount", int(updateResult.ModifiedCount)).Msg("record Updated properly")


This issue was generated by todo based on a TODO comment in 5c55467. It's been assigned to @cohenjo because they committed the code.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions