mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
@@ -45,7 +45,7 @@ func updateMigrationPosterIDByGitService(ctx context.Context, tp structs.GitServ
|
||||
default:
|
||||
}
|
||||
|
||||
users, err := user_model.FindExternalUsersByProvider(user_model.FindExternalUserOptions{
|
||||
users, err := user_model.FindExternalUsersByProvider(ctx, user_model.FindExternalUserOptions{
|
||||
Provider: provider,
|
||||
Start: start,
|
||||
Limit: batchSize,
|
||||
|
Reference in New Issue
Block a user