mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-09-04 08:15:36 +00:00
test: Fix previously-uncaught lint errors
This commit is contained in:
@@ -62,8 +62,8 @@ bot.onText(/\/editable/, function onEditableText(msg) {
|
||||
[
|
||||
{
|
||||
text: 'Edit Text',
|
||||
// we shall check for this value when we listen
|
||||
// for "callback_query"
|
||||
// we shall check for this value when we listen
|
||||
// for "callback_query"
|
||||
callback_data: 'edit'
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user