Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Flatten `Action` with serde instead of ts_rs
Open did:key:z6MkkfM3...sVz5 opened 1 year ago
1 file changed +1 -1 fc861360 56f55051
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,