Commit 58a2a1e
committed
fix: add missing commitMap property to Settings interface
- Add commitMap property to Settings interface in src/settings.ts
- Add commitMap example configuration to sample_settings.ts
- Resolves TypeScript error where commitMap was used in code but missing from type definition
- Fixes type mismatch introduced in ef23755 where commitMap was added to code but not to Settings interface1 parent b0c8f88 commit 58a2a1e
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments