Skip to content

Commit 2834170

Browse files
committed
chore: wip
1 parent 0ed5e91 commit 2834170

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.stacks/core/buddy/src/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function deploy(buddy: CLI) {
3434
const result = runAction(Action.Deploy, { ...options, domains: true, verbose: options.verbose })
3535

3636
if (result.isErr()) {
37-
await outro('While running the `buddy deploy`, there was an issue', { startTime: perf, useSeconds: true, isError: true }, result.error as Error)
37+
await outro('While running the `buddy deploy`, there was an issue', { startTime: perf, useSeconds: true, isError: true }, result.error)
3838
process.exit()
3939
}
4040

.stacks/core/payments/src/drivers/stripe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { services } from '@stacksjs/config'
55
const apiKey = services?.stripe?.apiKey || ''
66

77
const stripe = new Stripe(apiKey, {
8-
apiVersion: '2022-11-15',
8+
apiVersion: '2023-08-16',
99
});
1010

1111

bun.lockb

-12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)