Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove prototype snippet
  • Loading branch information
SasSwart committed Aug 6, 2025
commit 959c89e55e2648ea87cd07c8de7081953b6a0ede
7 changes: 1 addition & 6 deletions enterprise/coderd/prebuilds/membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,7 @@ func (s StoreMembershipReconciler) ReconcileAll(ctx context.Context, userID uuid
}
}

// // Add the system user to the prebuilds group
// // TODO: Sas Look into this:
// groupMembers, err := s.store.GetGroups(ctx, database.GetGroupsParams{
// OrganizationID: preset.OrganizationID,
// HasMemberID: userID,
// })
// Add the system user to the prebuilds group
err = s.store.InsertGroupMember(ctx, database.InsertGroupMemberParams{
GroupID: prebuildsGroup.ID,
UserID: userID,
Expand Down
Loading