Skip to content

Commit d259bbd

Browse files
committed
chore: Update workpace and format
1 parent 8ee5fbc commit d259bbd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

packages/paystack-inline/types/types.ts

+6-5
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ export type PaystackInlineProps = {
6565
*/
6666
initializeCallback?: () =>
6767
| Promise<{
68-
message?: string | undefined
69-
reference: string
70-
authorization_url?: string | undefined
71-
}>
72-
| Promise<undefined> | undefined
68+
message?: string | undefined
69+
reference: string
70+
authorization_url?: string | undefined
71+
}>
72+
| Promise<undefined>
73+
| undefined
7374
}

pnpm-workspace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:
33
# - runner
44
- '!runner'
55
- '!package-template'
6-
# - '!packages/vue-csc-selector'
6+
- '!packages/vue-csc-selector'
77
- '!packages/otp-input'
88
- '!packages/vue-auth'
99
- '!packages/vue-trix'

0 commit comments

Comments
 (0)