Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 5, 2024
1 parent 9946b2f commit b63c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-streamer-redis/src/producer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ pub(crate) async fn create_producer(
.send_async(Ok(MessageHeader::new(
StreamKey::new(SEA_STREAMER_INTERNAL).unwrap(),
Default::default(),
deleted as u64,
deleted.try_into().unwrap(),
Timestamp::now_utc(),
)))
.await
Expand Down

0 comments on commit b63c397

Please sign in to comment.