Skip to content

Commit ce86ea2

Browse files
author
sauravkumal
committed
revert code pattern
1 parent f818f9b commit ce86ea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/types/index.d.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ declare module 'react-native-wifi-reborn' {
107107
export function connectToProtectedSSID(
108108
SSID: string,
109109
password: string | null,
110-
isWep: boolean,
110+
isWEP: boolean,
111111
isHidden: boolean,
112112
): Promise<void>;
113113

@@ -171,14 +171,14 @@ declare module 'react-native-wifi-reborn' {
171171
export function connectToProtectedSSIDOnce(
172172
SSID: string,
173173
password: string | null,
174-
isWep: boolean,
174+
isWEP: boolean,
175175
joinOnce: boolean,
176176
): Promise<void>;
177177

178178
export function connectToProtectedSSIDPrefix(
179179
SSIDPrefix: string,
180180
password: string,
181-
isWep: boolean,
181+
isWEP: boolean,
182182
): Promise<void>;
183183

184184
//#endregion

0 commit comments

Comments
 (0)