mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 08:25:36 +00:00
fixed dumb bug
This commit is contained in:
parent
9a87a8fbf5
commit
e0aa5e3929
@ -106,7 +106,7 @@ exports.update = ->
|
||||
.then ([[apiKey], [uuid], [version], apps]) ->
|
||||
apiKey = apiKey.value
|
||||
uuid = uuid.value
|
||||
version = uuid.value
|
||||
version = version.value
|
||||
###
|
||||
# should I post 'resin-supervisor' version every 15-minutes?
|
||||
# with something like
|
||||
|
Loading…
x
Reference in New Issue
Block a user