Skip to content

Commit 27495b0

Browse files
committed
🧹
1 parent f09d4cf commit 27495b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codersdk/idpsync.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import (
1212
"golang.org/x/xerrors"
1313
)
1414

15-
// constraining to `uuid.UUID | string` here would be nice but `make gen` will
16-
// yell at you for it.
1715
type IDPSyncMapping[ResourceIdType uuid.UUID | string] struct {
1816
// The IdP claim the user has
1917
Given string

0 commit comments

Comments
 (0)