Skip to content

Commit

Permalink
Removed pushbullet access token - don't worry, the previous access to…
Browse files Browse the repository at this point in the history
…ken has been revoked and is no longer valid... :-)
  • Loading branch information
mohtrifork committed Jan 14, 2019
1 parent ce8850b commit 2b3f821
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ public void sendNotification(String title, String message) {
@Override
public Map<String, String> getHeaders() {
final Map<String, String> headers = new HashMap<>();
headers.put("Access-Token", "o.MdUfjfpmMK0E0lXf8Y9raxah6GQlNoOy");
headers.put("Access-Token", "<REPLACE_WITH_YOUR_OWN_ACCESS_TOKEN>");
headers.put("Content-Type", "application/json");
return headers;
}
Expand Down

0 comments on commit 2b3f821

Please sign in to comment.