mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-30 17:12:35 -05:00
chore: lint
This commit is contained in:
@@ -13,8 +13,7 @@ export async function getPlanByPriceId(
|
||||
return await getPlans(options).then((res) =>
|
||||
res?.find(
|
||||
(plan) =>
|
||||
plan.priceId === priceId ||
|
||||
plan.annualDiscountPriceId === priceId,
|
||||
plan.priceId === priceId || plan.annualDiscountPriceId === priceId,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user