Edit comment and remove unused variable

This commit is contained in:
zsxeee
2021-09-17 20:20:44 +08:00
parent de8b61ef2b
commit 66e40d9fcb
18 changed files with 1 additions and 129 deletions

View File

@@ -47,11 +47,6 @@ export default {
components: {
HiddenInput,
},
data() {
return {
name: "telegram",
}
},
computed: {
telegramGetUpdatesURL() {
let token = "<YOUR BOT TOKEN HERE>"
@@ -62,9 +57,6 @@ export default {
return `https://api.telegram.org/bot${token}/getUpdates`;
},
},
mounted() {
},
methods: {
async autoGetTelegramChatID() {