Skip to content
Snippets Groups Projects
Verified Commit e0b51afb authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Fix crash when sending telegram entry help message

parent abec22b9
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ export class TelegramService {
default:
return this.sendError(
msg,
'Usage: /entry <private|public|clear>',
'Usage: /entry <private\\|public\\|clear>',
);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment