mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
fixed tabs over spaces
This commit is contained in:
parent
1c3e173bd3
commit
9a87a8fbf5
@ -100,7 +100,7 @@ exports.update = ->
|
||||
Promise.all([
|
||||
knex('config').select('value').where(key: 'apiKey')
|
||||
knex('config').select('value').where(key: 'uuid')
|
||||
knex('config').select('value').where(key: 'version')
|
||||
knex('config').select('value').where(key: 'version')
|
||||
knex('app').select()
|
||||
])
|
||||
.then ([[apiKey], [uuid], [version], apps]) ->
|
||||
@ -108,12 +108,12 @@ exports.update = ->
|
||||
uuid = uuid.value
|
||||
version = uuid.value
|
||||
###
|
||||
# should I post 'resin-supervisor' version every 15-minutes?
|
||||
# with something like
|
||||
resinAPI.post(
|
||||
device:
|
||||
supervisor-version: version
|
||||
)
|
||||
# should I post 'resin-supervisor' version every 15-minutes?
|
||||
# with something like
|
||||
resinAPI.post(
|
||||
device:
|
||||
supervisor-version: version
|
||||
)
|
||||
###
|
||||
resinAPI.get(
|
||||
resource: 'application'
|
||||
|
Loading…
Reference in New Issue
Block a user