mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(storage): add redis structs to storage impls (#1910)
This commit is contained in:
@ -56,7 +56,7 @@ pub fn polymorphic_macro_derive_inner(
|
||||
|
||||
all_fields
|
||||
.entry(field_without_attributes.to_owned())
|
||||
.or_insert(vec![])
|
||||
.or_default()
|
||||
.push(attribute.to_owned().to_owned());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user