fix: remove unused env

This commit is contained in:
Bo-Yi Wu
2019-02-20 00:09:06 +08:00
parent 70b64f5beb
commit ae54341a85
-4
View File
@@ -22,10 +22,6 @@ action "Send Default Message" {
"TELEGRAM_TOKEN", "TELEGRAM_TOKEN",
"TELEGRAM_TO", "TELEGRAM_TO",
] ]
env = {
A = "A"
B = "B"
}
} }
action "Send Photo Message" { action "Send Photo Message" {