mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-31 06:13:05 +01:00
CREX-5826 - Missing braces (#1198)
This commit is contained in:
@@ -116,11 +116,11 @@ private sendMessage(evt) {
|
|||||||
if (pushAndPhone != 'No') {
|
if (pushAndPhone != 'No') {
|
||||||
log.debug 'Sending push and SMS'
|
log.debug 'Sending push and SMS'
|
||||||
options.method = 'both'
|
options.method = 'both'
|
||||||
else {
|
} else {
|
||||||
log.debug 'Sending SMS'
|
log.debug 'Sending SMS'
|
||||||
options.method = 'phone'
|
options.method = 'phone'
|
||||||
}
|
}
|
||||||
else if (pushAndPhone != 'No') {
|
} else if (pushAndPhone != 'No') {
|
||||||
log.debug 'Sending push'
|
log.debug 'Sending push'
|
||||||
options.method = 'push'
|
options.method = 'push'
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user