Skip to content

Commit

Permalink
[qa] remove unused code
Browse files Browse the repository at this point in the history
Duplicate method in taskStatusApi
  • Loading branch information
NicoPennec committed Sep 25, 2023
1 parent f6f991f commit 62310ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/store/api/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ export default {
return client.pput(`/api/data/tasks/${taskId}`, data, callback)
},

getTaskStatuses(callback) {
client.get('/api/data/task-status', callback)
},

getTaskSubscribed(taskId, callback) {
return client.pget(`/api/data/user/tasks/${taskId}/subscribed`)
},
Expand Down

0 comments on commit 62310ea

Please sign in to comment.