From d830582b5eb0f49807fd315430e20dac6ff8e8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?McKayla=20=E3=81=AF=E3=81=AA?= Date: Wed, 10 Jun 2026 10:20:18 -0600 Subject: [PATCH] chore(coderd/idpsync): remove stale TODO (#26198) --- coderd/idpsync/idpsync.go | 1 - 1 file changed, 1 deletion(-) 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)