Skip to content

Commit de01d0a

Browse files
committed
removed unaccessable prop on the call
1 parent 14adc8a commit de01d0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/workspaces.go

-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ func (api *API) postUserWorkspaces(rw http.ResponseWriter, r *http.Request) {
440440
organizationMember, err := database.ExpectOne(api.Database.OrganizationMembers(ctx, database.OrganizationMembersParams{
441441
OrganizationID: template.OrganizationID,
442442
UserID: user.ID,
443-
IncludeSystem: false,
444443
}))
445444
if httpapi.Is404Error(err) {
446445
httpapi.ResourceNotFound(rw)

0 commit comments

Comments
 (0)