mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Pass null as first argument for consistency
This commit is contained in:
parent
93b3f90e92
commit
d9bfe96cb5
@ -16,4 +16,4 @@ exports.clearToken = (callback) ->
|
||||
if hasToken
|
||||
return data.remove(TOKEN_KEY, callback)
|
||||
else
|
||||
return callback?()
|
||||
return callback?(null)
|
||||
|
Loading…
Reference in New Issue
Block a user