format-sse-fix4

This commit is contained in:
Untone 2023-10-20 20:53:50 +03:00
parent ec42ff1c57
commit 3fff0f77ee

View File

@ -25,7 +25,7 @@ struct RedisMessageData {
action: String
}
#[derive(Serialize, Deserialize, Clone, Debug, Display)]
#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct SSEMessageData {
payload: HashMap<String, Value>,
action: String,