Skip to content

Commit bc3088f

Browse files
committed
Make gen
1 parent af77912 commit bc3088f

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

coderd/apidoc/docs.go

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/insights.md

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

docs/api/schemas.md

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

docs/api/templates.md

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

site/src/testHelpers/entities.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ export const MockOrganization: TypesGen.Organization = {
2121
export const MockTemplateDAUResponse: TypesGen.DAUsResponse = {
2222
tz_hour_offset: 0,
2323
entries: [
24-
{ date: "2022-08-27T00:00:00Z", amount: 1 },
25-
{ date: "2022-08-29T00:00:00Z", amount: 2 },
26-
{ date: "2022-08-30T00:00:00Z", amount: 1 },
24+
{ date: "2022-08-27", amount: 1 },
25+
{ date: "2022-08-29", amount: 2 },
26+
{ date: "2022-08-30", amount: 1 },
2727
],
2828
};
2929
export const MockDeploymentDAUResponse: TypesGen.DAUsResponse = {
3030
tz_hour_offset: 0,
3131
entries: [
32-
{ date: "2022-08-27T00:00:00Z", amount: 10 },
33-
{ date: "2022-08-29T00:00:00Z", amount: 22 },
34-
{ date: "2022-08-30T00:00:00Z", amount: 14 },
32+
{ date: "2022-08-27", amount: 10 },
33+
{ date: "2022-08-29", amount: 22 },
34+
{ date: "2022-08-30", amount: 14 },
3535
],
3636
};
3737
export const MockSessionToken: TypesGen.LoginWithPasswordResponse = {

0 commit comments

Comments
 (0)