Skip to content

Commit

Permalink
fix: add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoabel authored Sep 8, 2024
1 parent ce86ea2 commit 561ea0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare module 'react-native-wifi-reborn' {
password?: string;
isWpa3?: boolean;
isAppInteractionRequired?: boolean;
}
};

export enum CONNECT_ERRORS {
/**
Expand Down

0 comments on commit 561ea0a

Please sign in to comment.