Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matnabru committed Aug 14, 2023
1 parent 73e25d4 commit d178c0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { WithId } from "mongodb";
import Stripe from "stripe";
import { newStripe } from "../stripeInit";
import { MongoOrb } from "../../db/orm";
import { newStripe } from "../stripeInit.js";
import { MongoOrb } from "../../db/orm.js";
import { UserModel } from "../../models/UserModel";
import { product, applicationFee, item } from "../customTypes/types";

Expand Down

0 comments on commit d178c0b

Please sign in to comment.