Skip to content

Commit

Permalink
Added reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
aqerd committed Nov 16, 2024
1 parent ca3d108 commit 8c66f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/oopproject/TelegramBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ protected String handleYear(String messageText, long chatId) {
return responseMessage;
}



protected String handlePopular(long chatId) {
String responseMessage;

Expand Down Expand Up @@ -363,6 +361,7 @@ protected String handleFindById(String messageText, long chatId) {
} else {
filmBuilder.append("Link: ").append("https://www.themoviedb.org/movie/").append(filmID).append("\n");
}
// если ссылка == нулл то не выводить

responseMessage = filmBuilder.toString();

Expand Down

0 comments on commit 8c66f64

Please sign in to comment.