fix: import
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 31s

This commit is contained in:
2025-07-06 15:10:51 -07:00
parent 09798a0f58
commit 42a2c9cced

View File

@ -6,6 +6,7 @@
import fastify from "fastify";
import rawBody from "fastify-raw-body";
// eslint-disable-next-line @typescript-eslint/naming-convention -- We are importing a class.
import StripeApp from "stripe";
import { applicationData } from "../config/applicationData.js";
import { auth } from "../modules/auth.js";