Skip to content

Commit a194a30

Browse files
authored
fix: trigger patch release (#233)
fix: trigger patch release
1 parent 2347f18 commit a194a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Alert } from 'react-native';
2-
import { Currency, DynamicMultiSplitProps, PaymentChannels, PaystackParams, PaystackTransactionResponse } from './types';
2+
import { Currency, DynamicMultiSplitProps, PaymentChannels, PaystackParams, PaystackTransactionResponse } from './types';
33

44
export const validateParams = (params: PaystackParams, debug: boolean): boolean => {
55
const errors: string[] = [];

0 commit comments

Comments
 (0)