Skip to content

Commit fc4eadb

Browse files
committed
Gen + golden files
1 parent 292f619 commit fc4eadb

File tree

6 files changed

+98
-1
lines changed

6 files changed

+98
-1
lines changed

coderd/apidoc/docs.go

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

coderd/apidoc/swagger.json

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

docs/api/enterprise.md

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

docs/api/organizations.md

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

docs/api/schemas.md

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

enterprise/coderd/coderd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ func (api *API) runEntitlementsLoop(ctx context.Context) {
810810
// make sure things like replica counts are updated in the UI.
811811
// Ignore the error, as this is just a best effort. If it fails,
812812
// the system will eventually recover as replicas timeout
813-
// if their heartbeats stop. The best effort just trys to update the
813+
// if their heartbeats stop. The best effort just tries to update the
814814
// UI faster if it succeeds.
815815
_ = api.Pubsub.Publish(PubsubEventLicenses, []byte("going away"))
816816
}()

0 commit comments

Comments
 (0)