Skip to content

Commit

Permalink
unused imports cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matnabru committed Aug 14, 2023
1 parent 4324e90 commit 73e25d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import Stripe from 'stripe';
import { newStripe } from '../utils/stripeInit.js';
import { resolverFor } from '../zeus/index.js';
import { FieldResolveInput } from 'stucco-js';
import { MongoOrb } from '../db/orm.js';
import { WithId } from 'mongodb';
import { universalCheckout } from '../utils/functions/universalCheckout.js';

export const handler = async (input: FieldResolveInput) =>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Stripe from 'stripe';
import { newStripe } from '../utils/stripeInit.js';
import { resolverFor } from '../zeus/index.js';
import { FieldResolveInput } from 'stucco-js';
import { universalCheckout } from '../utils/functions/universalCheckout.js';
Expand Down

0 comments on commit 73e25d4

Please sign in to comment.