next time ill run cargo check mmkay?

This commit is contained in:
red binder 2026-06-18 12:59:32 +02:00
commit ffc22b4761

View file

@ -213,7 +213,7 @@ pub struct DataStoreSearchParam {
pub use_cache: bool,
}
#[derive(RmcSerialize, Clone)]
#[derive(RmcSerialize, Clone, Debug)]
#[rmc_struct(0)]
pub struct AttachFileParam {
pub post_param: PreparePostParam,