Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 29, 2024
1 parent ab735d1 commit 62cb2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongo/change_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func NewChangeEvent(rawChangeEvent bson.M) (*ChangeEvent, error) {
case bson.M:
changeEvent.fullDocumentBeforeChange = &castedFullDoc
case nil:
// TODO: Look into why this happens.
// This may happen if the row was purged before we can read it
changeEvent.fullDocumentBeforeChange = &bson.M{
"_id": objectID,
}
Expand Down

0 comments on commit 62cb2bb

Please sign in to comment.