Skip to content

Commit 59b8a78

Browse files
committed
update comment
1 parent 6618406 commit 59b8a78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codersdk/users.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ type CreateUserRequest struct {
133133
// The previous field will just be appended to the slice.
134134
// Note in the previous behavior, omitting the field would result in the
135135
// default org being applied, but that is no longer the case.
136+
// TODO: Remove this method in it's entirety after some period of time.
137+
// This will be released in v1.16.0, and is associated with the multiple orgs
138+
// feature.
136139
func (r *CreateUserRequest) UnmarshalJSON(data []byte) error {
137140
// By using a type alias, we prevent an infinite recursion when unmarshalling.
138141
// This allows us to use the default unmarshal behavior of the original type.

0 commit comments

Comments
 (0)