mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-05-07 22:06:53 +01:00
a few more whitespace fixes
This commit is contained in:
@@ -615,7 +615,7 @@ private void saveTokenAndResumeAction(json) {
|
|||||||
atomicState.refreshToken = json?.refresh_token
|
atomicState.refreshToken = json?.refresh_token
|
||||||
atomicState.authToken = json?.access_token
|
atomicState.authToken = json?.access_token
|
||||||
if (atomicState.action) {
|
if (atomicState.action) {
|
||||||
log.debug "ASYNC refreshTokenHandler: got refresh token, executing next action: ${atomicState.action}"
|
log.debug "got refresh token, executing next action: ${atomicState.action}"
|
||||||
"${atomicState.action}"()
|
"${atomicState.action}"()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user