Skip to content

Commit e2463cc

Browse files
committed
Working
1 parent 92f9f15 commit e2463cc

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

apps/web/client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
"postgres": "^3.4.7",
115115
"posthog-js": "^1.246.0",
116116
"posthog-node": "^4.17.2",
117+
"prettier": "^3.3.3",
117118
"prosemirror-commands": "^1.7.1",
118119
"prosemirror-history": "^1.4.1",
119120
"prosemirror-keymap": "^1.2.2",

bun.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"postgres": "^3.4.7",
123123
"posthog-js": "^1.246.0",
124124
"posthog-node": "^4.17.2",
125+
"prettier": "^3.3.3",
125126
"prosemirror-commands": "^1.7.1",
126127
"prosemirror-history": "^1.4.1",
127128
"prosemirror-keymap": "^1.2.2",

packages/stripe/src/client.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
import { config } from 'dotenv';
21
import Stripe from 'stripe';
32

4-
config({ path: '../.env' });
5-
63
export const createStripeClient = (secretKey?: string) => {
74
const apiKey = secretKey || process.env.STRIPE_SECRET_KEY;
85
if (!apiKey) {

0 commit comments

Comments
 (0)