Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 801138a

Browse files
committed
fix: update ExactName type
1 parent 32376e6 commit 801138a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

codersdk/organizations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ func (c *Client) TemplatesByOrganization(ctx context.Context, organizationID uui
369369
type TemplateFilter struct {
370370
OrganizationID uuid.UUID `json:"organization_id,omitempty" format:"uuid" typescript:"-"`
371371
FilterQuery string `json:"q,omitempty"`
372-
ExactName string `json:"exact_name,omitempty"`
372+
ExactName string `json:"exact_name,omitempty" typescript:"-"`
373373
}
374374

375375
// asRequestOption returns a function that can be used in (*Client).Request.

site/src/api/typesGenerated.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)