Skip to content

Commit

Permalink
fix(Tracking): fix empty worklogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lopukhin committed Feb 19, 2018
1 parent 1964b07 commit dd41d81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/sagas/worklogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ export function* uploadWorklog(options: any): Generator<*, *, *> {

yield put(actions.pending());

issue.fields.worklogs = [];

yield put(actions.succeeded({
resources: [issue],
}));
Expand Down

0 comments on commit dd41d81

Please sign in to comment.