Skip to content

Commit

Permalink
Update payment_stripe.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yenicelik authored Jul 7, 2023
1 parent e0f9263 commit f6337ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3_proxy/src/frontend/users/payment_stripe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub async fn user_stripe_deposits_get(

// Filter by user ...
let receipts = stripe_increase_balance_receipt::Entity::find()
.filter(increase_on_chain_balance_receipt::Column::DepositToUserId.eq(user.id))
.filter(stripe_increase_balance_receipt::Column::DepositToUserId.eq(user.id))
.all(db_replica.as_ref())
.await?;

Expand Down

0 comments on commit f6337ce

Please sign in to comment.