Skip to content

Commit c321947

Browse files
bytespiderCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent baece6e commit c321947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/lib/src/wifi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export enum WifiCipher {
77
WEP,
88
TKIP,
99
AES,
10-
TIKPAES,
10+
TKIPAES,
1111
}
1212

1313
export enum WifiEncryption {
@@ -19,7 +19,7 @@ export enum WifiEncryption {
1919
WPA2,
2020
WPA2PSK,
2121
WPA1WPA2,
22-
WPA1PSKWPA2PS,
22+
WPA1PSKWPA2PSK,
2323
}
2424

2525
type EncryptPasswordOptions = {

0 commit comments

Comments
 (0)