Commit df8b13d
committed
fix(dialtone-docs): DLT-3109 address PR review feedback
- Fix non-deterministic date serialization: String(Date) is
timezone-dependent, use toISOString().split('T')[0] for stable
YYYY-MM-DD output
- Remove redundant null assertion in type field test1 parent 208c3b3 commit df8b13d
File tree
2 files changed
+3
-2
lines changed- packages/dialtone-docs
- src/generators
- tests/tests
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
0 commit comments