fix: variable userSource.UserID to userSource.AccountID for clarity
This commit is contained in:
parent
ffd3767f32
commit
af0dc2ab0d
@ -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 := ""
|
||||
|
Loading…
Reference in New Issue
Block a user