mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(analytics): fix refund status filter on dashboard (#6431)
This commit is contained in:
@ -5,7 +5,7 @@ use std::{
|
||||
|
||||
use common_utils::id_type;
|
||||
|
||||
use crate::{enums::Currency, refunds::RefundStatus};
|
||||
use crate::enums::{Currency, RefundStatus};
|
||||
|
||||
#[derive(
|
||||
Clone,
|
||||
|
||||
Reference in New Issue
Block a user