chore: final knip merge fixes

This commit is contained in:
Charlie Lamb
2026-01-28 10:52:47 +00:00
parent 05dd0ba218
commit f6a6fe6a72
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export const stripeInvoiceToStripeSubscriptionId = (
/** /**
* Finds the payment intent from a specific invoice. * Finds the payment intent from a specific invoice.
*/ */
const stripeInvoiceIdToPaymentIntent = async ({ export const stripeInvoiceIdToPaymentIntent = async ({
stripeClient, stripeClient,
invoiceId, invoiceId,
}: { }: {

View File

@@ -1,4 +1,3 @@
import { loadLocalEnv } from "@/utils/envUtils";
import { execSync } from "node:child_process"; import { execSync } from "node:child_process";
import { loadLocalEnv } from "@/utils/envUtils"; import { loadLocalEnv } from "@/utils/envUtils";