add README

remove todo
This commit is contained in:
2021-05-05 21:28:20 +00:00
parent 09e1d643b6
commit e1ad9f0acf
2 changed files with 33 additions and 1 deletions
@@ -38,7 +38,6 @@ public class StatusController {
updateFeedItem.setContent(Long.valueOf(payload.getCredits()));
updateChannelsService.sendFeedUpdate(updateFeedItem);
} catch (JsonProcessingException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}