mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
chore: golangci-lint update.
This commit is contained in:
@ -550,9 +550,9 @@ func (bridge *Bridge) onStatusDown(ctx context.Context) {
|
||||
|
||||
func (bridge *Bridge) Repair() {
|
||||
var wg sync.WaitGroup
|
||||
userIDS := bridge.GetUserIDs()
|
||||
userIDs := bridge.GetUserIDs()
|
||||
|
||||
for _, userID := range userIDS {
|
||||
for _, userID := range userIDs {
|
||||
logPkg.Info("Initiating repair for userID:", userID)
|
||||
|
||||
userInfo, err := bridge.GetUserInfo(userID)
|
||||
|
||||
Reference in New Issue
Block a user