Skip to content

Commit 96052bd

Browse files
committed
Fix remove Telegram API Key
1 parent e786ce9 commit 96052bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/anhtester/report/TelegramManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
public class TelegramManager {
1616
private static String Token = FrameworkConstants.TELEGRAM_TOKEN;
17-
// https://api.telegram.org/bot18745845:AAHtlc_TL7zlPEABHuTJy3J72XumY5LxWcE/getUpdates
1817
private static String ChatId = FrameworkConstants.TELEGRAM_CHATID;
1918
private static TelegramBot bot = new TelegramBot(Token);
2019
private static File input = new File(FrameworkConstants.EXTENT_REPORT_FILE_PATH);

0 commit comments

Comments
 (0)