Skip to content

Commit

Permalink
fix(IO): changed func name to something more descriptive
Browse files Browse the repository at this point in the history
getTaskflowTaskStatuses(id) -> getTaskflowTasks(id)
  • Loading branch information
TristanWright committed Mar 2, 2016
1 parent 64ee61a commit 4d5bac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/Girder/HpcCloudEndpoints/taskflows.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function({client, filterQuery, mustContain, busy}) {
},

//GET /taskflows/{id}/tasks Get all the tasks associated with this taskflow
getTaskflowTaskStatuses(id) {
getTaskflowTasks(id) {
return busy(client._.get(`/taskflows/${id}/tasks`));
},

Expand Down

0 comments on commit 4d5bac7

Please sign in to comment.