mirror of
https://github.com/thilo-behnke/wasm-pong.git
synced 2026-07-11 10:39:18 +00:00
don't double serialize string in event
This commit is contained in:
@@ -8,6 +8,7 @@ pub mod event {
|
||||
pub struct Event {
|
||||
pub topic: String,
|
||||
pub key: Option<String>,
|
||||
#[serde(skip_serializing)]
|
||||
pub msg: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user