Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
printercu committed Jan 15, 2025
1 parent cb973d9 commit 14370bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/fetch-telegram-methods
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ API_METHODS_FILE = File.expand_path('../lib/telegram/bot/client/api_methods.txt'
File.write(API_METHODS_FILE, result_txt)
puts '', "Updated #{API_METHODS_FILE}"


puts '', 'Payload types:'
update_tbody = doc.css('tbody').
find { |tbody| tbody.css('td').any? { |td| td.text == 'update_id' } }
Expand Down

0 comments on commit 14370bd

Please sign in to comment.