mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
Fix typos in comments (#2876)
This commit is contained in:
@@ -527,7 +527,7 @@ public class ToolsController : Controller
|
||||
}
|
||||
|
||||
// This requires a redundant API call to Stripe because of the way they handle pagination.
|
||||
// The StartingBefore value has to be infered from the list we get, and isn't supplied by Stripe.
|
||||
// The StartingBefore value has to be inferred from the list we get, and isn't supplied by Stripe.
|
||||
private async Task<bool> StripeSubscriptionsGetHasPreviousPage(List<Stripe.Subscription> subscriptions, StripeSubscriptionListOptions options)
|
||||
{
|
||||
var hasPreviousPage = false;
|
||||
|
||||
Reference in New Issue
Block a user