chore: final knip merge fixes
This commit is contained in:
@@ -11,7 +11,7 @@ export const stripeInvoiceToStripeSubscriptionId = (
|
||||
/**
|
||||
* Finds the payment intent from a specific invoice.
|
||||
*/
|
||||
const stripeInvoiceIdToPaymentIntent = async ({
|
||||
export const stripeInvoiceIdToPaymentIntent = async ({
|
||||
stripeClient,
|
||||
invoiceId,
|
||||
}: {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { loadLocalEnv } from "@/utils/envUtils";
|
||||
import { execSync } from "node:child_process";
|
||||
import { loadLocalEnv } from "@/utils/envUtils";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user