Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jzyinq committed Mar 30, 2024
1 parent 9d6baf5 commit 0f9573a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Just remember to urldecode it. Save it and you should ready to go!

## Todo list

- [ ] delete worklog through simple cli version for today
- [ ] ticket status change prompt after logging time
- [ ] tests
- [ ] unify workLogs and worklogsIssues structs - use one for both
Expand Down
1 change: 0 additions & 1 deletion gojira/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ func (issue Issue) LogWork(logTime *time.Time, timeSpent string) error {
return err
}
if Config.UpdateExistingWorklog {
// FIXME should I append worklog or replace it?
for index, workLog := range todayWorklog {
if workLog.Issue.Key == issue.Key {
timeSpentSum := FormatTimeSpent(TimeSpentToSeconds(timeSpent) + workLog.TimeSpentSeconds)
Expand Down

0 comments on commit 0f9573a

Please sign in to comment.