Skip to content

Commit

Permalink
fix(analytics): fix refund status filter on dashboard (#6431)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdk02 authored Oct 25, 2024
1 parent b0d5c96 commit d58f706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/api_models/src/analytics/refunds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::{

use common_utils::id_type;

use crate::{enums::Currency, refunds::RefundStatus};
use crate::enums::{Currency, RefundStatus};

#[derive(
Clone,
Expand Down

0 comments on commit d58f706

Please sign in to comment.