diff --git a/pkg/plug/algorithm.go b/pkg/plug/algorithm.go index 09ad768..8f2e382 100644 --- a/pkg/plug/algorithm.go +++ b/pkg/plug/algorithm.go @@ -62,7 +62,7 @@ func algorithm(ctx context.Context, plugInterface Plug, userSource models.UserSo return taskSummery, err } - userSource.UserID = models.UserID(profile.UserID) + userSource.AccountID = profile.UserID userSource.AccountUsername = profile.UserName nextPage := ""