diff --git a/coderd/idpsync/idpsync.go b/coderd/idpsync/idpsync.go index cc9994855c..8153bf80aa 100644 --- a/coderd/idpsync/idpsync.go +++ b/coderd/idpsync/idpsync.go @@ -22,7 +22,6 @@ import ( // and just swap the underlying implementation. // IDPSync exists to contain all the logic for mapping a user's external IDP // claims to the internal representation of a user in Coder. -// TODO: Move group + role sync into this interface. type IDPSync interface { OrganizationSyncEntitled() bool OrganizationSyncSettings(ctx context.Context, db database.Store) (*OrganizationSyncSettings, error)