Skip to content

Commit

Permalink
fix: hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Jul 24, 2024
1 parent 76a9a50 commit 2ae88e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hermes/server/src/state/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl MessageState {
pub fn key(&self) -> MessageStateKey {
MessageStateKey {
feed_id: self.message.feed_id(),
type_: self.message.into(),
type_: self.message.clone().into(),
}
}

Expand Down

0 comments on commit 2ae88e1

Please sign in to comment.