fix(GODT-2805): Ignore Contact Group Labels

This commit is contained in:
Leander Beernaert
2023-08-28 14:31:52 +02:00
parent 8aee732fe8
commit 06d7fdf26f
3 changed files with 11 additions and 2 deletions

View File

@ -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
}
}