mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
fix(GODT-2805): Ignore Contact Group Labels
This commit is contained in:
@ -191,7 +191,8 @@ func syncLabels(ctx context.Context, labels map[string]proton.Label, connectors
|
||||
}
|
||||
|
||||
default:
|
||||
return nil, fmt.Errorf("unknown label type: %d", label.Type)
|
||||
logrus.Errorf("Unknown label type: %d", label.Type)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user