File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 :witan/type :function
5454 :witan/fn :send/prepare-send-inputs
5555 :witan/params {:modify-transition-by 1
56- :splice-ncy 11
56+ :splice-ncy nil
5757 :filter-transitions-from nil }}
5858 {:witan/name :run-send-model
5959 :witan/version " 1.0.0"
Original file line number Diff line number Diff line change 295295 :setting-cost sc/NeedSettingCost
296296 :valid-setting-academic-years sc/ValidSettingAcademicYears}
297297 :witan/param-schema {:modify-transition-by s/Num
298- :splice-ncy sc/AcademicYear
298+ :splice-ncy ( s/maybe sc/AcademicYear)
299299 :filter-transitions-from (s/maybe [sc/CalendarYear])}
300300 :witan/output-schema {:standard-projection sc/projection-map
301301 :scenario-projection (s/maybe sc/projection-map)
You can’t perform that action at this time.
0 commit comments