mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
Remove TODO that has been moved to the SDK
This commit is contained in:
parent
8c02e88ab5
commit
41fcedb171
@ -49,9 +49,6 @@ exports.identify = permissions.user (params) ->
|
||||
resin.models.device.identify params.uuid, (error) ->
|
||||
errors.handle(error) if error?
|
||||
|
||||
# TODO: This action doesn't return any error
|
||||
# if trying to rename a device that does not
|
||||
# exists. This is being fixed server side.
|
||||
exports.rename = permissions.user (params) ->
|
||||
async.waterfall [
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user