Commit 85201a0
committed
Refactor to use recurrence_end_date_time variable for consistency
Extract the recurrence end date calculation into a Jinja2 variable
to avoid duplicating the logic. Both recurrence.end_date_time and
series_end_date now reference this shared variable, ensuring
consistency and making the code more maintainable.
Generated with [Claude Code](https://claude.com/claude-code)
Signed-off-by: Andres Tobon <[email protected]>1 parent 1c35061 commit 85201a0
File tree
1 file changed
+3
-2
lines changed- playbooks/v1_meetings/umbrella_board_meeting
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments