Skip to content

Commit

Permalink
version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Gautam committed Nov 22, 2017
1 parent 933faf3 commit 0b8dc5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/kiran/controller/SlackController.java
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public ResponseEntity<?> readRetros(@RequestBody MultiValueMap<String, String> f
String message = "";

if (retroEntityList.size() == 0) {
message = "\n*Your To-Do list is empty.*\n";
message = "\n*Your To-Do list is empty.*\nTo add, just type /add-to-my-todo [message]";
} else {
message = "\n*-------"+userName.substring(0, 1).toUpperCase() + userName.substring(1)+"'s To-Do List-------*\n";
int i = 1;
Expand Down
Binary file modified target/slack-integration.jar
Binary file not shown.
Binary file modified target/slack-integration.jar.original
Binary file not shown.

0 comments on commit 0b8dc5a

Please sign in to comment.