mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-05-28 06:11:44 +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.authToken = json?.access_token
|
||||
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}"()
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user