This commit is contained in:
rolux 2014-12-18 13:40:41 +00:00
commit f38d3441a0
2 changed files with 1 additions and 2 deletions

View file

@ -333,7 +333,7 @@ def taskStatus(request, data):
status: string, // status, 'PENDING' or 'OK'
result: object // result data
}
note: To be deprecated, will be wrapped in regular API call
notes: To be deprecated, will be wrapped in regular API call
'''
#FIXME: should check if user has permissions to get status
if 'taskId' in data: