mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 07:04:21 +01:00
Fix some inspection issues
This commit is contained in:
@@ -21,7 +21,7 @@ public class RemovePinCommand implements LocalCommand {
|
||||
return 1;
|
||||
}
|
||||
try {
|
||||
m.setRegistrationLockPin(Optional.<String>absent());
|
||||
m.setRegistrationLockPin(Optional.absent());
|
||||
return 0;
|
||||
} catch (IOException e) {
|
||||
System.err.println("Remove pin error: " + e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user