Skip to content

Commit

Permalink
Remove assertion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MG190202 committed Feb 27, 2024
1 parent 17635bf commit 4fd9bcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dozer-sink-aerospike/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,6 @@ impl Sink for AerospikeSink {
}

fn process(&mut self, op: TableOperation) -> Result<(), BoxedError> {
debug_assert_eq!(op.port, DEFAULT_PORT_HANDLE);
self.sender.send(op)?;
Ok(())
}
Expand Down

0 comments on commit 4fd9bcd

Please sign in to comment.