mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
fix(migration): make migration from Microsoft Todo work for those with previously migrated wunderlist accounts (#2126)
This commit is contained in:
@@ -218,7 +218,7 @@ func getMicrosoftTodoData(token string) (microsoftTodoData []*project, err error
|
||||
microsoftTodoData = []*project{}
|
||||
|
||||
projects := &projectsResponse{}
|
||||
err = makeAuthenticatedGetRequest(token, "lists", projects)
|
||||
err = makeAuthenticatedGetRequest(token, "lists/delta", projects)
|
||||
if err != nil {
|
||||
log.Errorf("[Microsoft Todo Migration] Could not get projects: %s", err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user