Skip to content

Commit a3696e6

Browse files
committed
Fmt
1 parent 496993f commit a3696e6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/labrinth/src/routes/internal/billing.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,11 +2474,7 @@ pub async fn stripe_webhook(
24742474
amount: money.to_string(),
24752475
},
24762476
}
2477-
.insert(
2478-
metadata.user_item.id,
2479-
&mut transaction,
2480-
&redis,
2481-
)
2477+
.insert(metadata.user_item.id, &mut transaction, &redis)
24822478
.await?;
24832479
}
24842480

0 commit comments

Comments
 (0)