Skip to content

Commit 680beab

Browse files
MOB-743 #comment fixed parentheses in module
1 parent 40e749e commit 680beab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/tsauthentication/TsAuthenticationModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public void error(@NonNull AuthenticationError authenticationError) {
9292
}
9393
}
9494
);
95+
}
9596
}
9697

9798
// Authentication
@@ -117,7 +118,6 @@ public void error(@NonNull AuthenticationError authenticationError) {
117118
);
118119
}
119120
}
120-
}
121121

122122
@ReactMethod
123123
@NonNull public void signTransaction(String username, Promise promise) {

0 commit comments

Comments
 (0)