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

Skip to content

Commit 97cd7ac

Browse files
committed
NullTime hack not needed anymore
1 parent e314c24 commit 97cd7ac

File tree

1 file changed

+1
-5
lines changed
  • scripts/apidocgen/markdown-template

1 file changed

+1
-5
lines changed

scripts/apidocgen/markdown-template/main.dot

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,7 @@
9292

9393
> This page is incomplete, stay tuned.
9494

95-
{{ for (var s in data.components.schemas) {
96-
if (s == "codersdk.NullTime") {
97-
continue;
98-
}
99-
}}
95+
{{ for (var s in data.components.schemas) { }}
10096
{{ var origSchema = data.components.schemas[s]; }}
10197
{{ var schema = data.api.components.schemas[s]; }}
10298

0 commit comments

Comments
 (0)