Fixed NPE
This commit is contained in:
@ -378,7 +378,7 @@ public class JPushover {
|
||||
LOG.error("Failed to send message to pushover", e);
|
||||
}
|
||||
|
||||
return null;
|
||||
return jPushoverResponse;
|
||||
}
|
||||
|
||||
public String getToken() {
|
||||
|
Reference in New Issue
Block a user