Skip to content

Commit

Permalink
Wrong URL was set when linking tasks (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
XDoubleU authored Jan 5, 2025
1 parent a552a3a commit a8baf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/goals.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (service *GoalService) LinkGoal(
return service.todoist.UpdateTask(
ctx,
goal.ID,
fmt.Sprintf("%s/%s", service.webURL, goal.ID),
fmt.Sprintf("%s/goals/%s", service.webURL, goal.ID),
)
}

Expand Down

0 comments on commit a8baf8d

Please sign in to comment.