New and generic scrape algorithm #11

Merged
SoXX merged 20 commits from dev/algorithm into main 2024-11-01 21:39:21 +00:00
Showing only changes of commit af0dc2ab0d - Show all commits

View File

@ -62,7 +62,7 @@ func algorithm(ctx context.Context, plugInterface Plug, userSource models.UserSo
return taskSummery, err return taskSummery, err
} }
userSource.UserID = models.UserID(profile.UserID) userSource.AccountID = profile.UserID
userSource.AccountUsername = profile.UserName userSource.AccountUsername = profile.UserName
nextPage := "" nextPage := ""