Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Flatten `Action` with serde instead of ts_rs
Sebastian Martinez committed 1 year ago
commit 56f55051eb33f61450c27be1c1ee9cb1b2c4aacd
parent fc8613606d9887002e027de09d111a258e973e82
1 file changed +1 -1
modified crates/radicle-types/src/cobs/issue.rs
@@ -56,7 +56,7 @@ impl Issue {
pub struct Operation {
    #[ts(as = "String")]
    pub entry_id: git::Oid,
-
    #[ts(flatten)]
+
    #[serde(flatten)]
    pub action: Action,
    #[ts(type = "number")]
    pub timestamp: cob::Timestamp,