Skip to content

Commit

Permalink
fix: add missing unset operation
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed May 20, 2022
1 parent 088872f commit 0e5b4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doppelgaenger-input/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ impl Processor {
"revision": 1,
},
"$set": set,
"$unset": unset,
};

log::debug!("Request update: {:#?}", update);
Expand Down

0 comments on commit 0e5b4ff

Please sign in to comment.