ICP-507 - Replace location count null with 0

Updated with def count = options.size().toString()
This commit is contained in:
juano2310
2017-07-05 14:00:24 -04:00
parent 4547d0543b
commit 1b0437c633

View File

@@ -72,7 +72,7 @@ def authPage() {
log.debug "have LIFX access token"
def options = locationOptions() ?: []
def count = options.size()
def count = options.size().toString()
return dynamicPage(name:"Credentials", title:"", nextPage:"", install:true, uninstall: true) {
section("Select your location") {