Skip to content

Commit

Permalink
fix: Fixed error from main
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak1799 committed Sep 4, 2024
1 parent 3db7275 commit 24a7ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/db/customers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ mod storage {
MerchantStorageScheme::RedisKv => {
let key = PartitionKey::MerchantIdCustomerId {
merchant_id,
customer_id: customer_id.get_string_repr(),
customer_id,
};
let field = format!("cust_{}", customer_id.get_string_repr());
Box::pin(db_utils::try_redis_get_else_try_database_get(
Expand Down

0 comments on commit 24a7ffc

Please sign in to comment.