10 lines
227 B
V
10 lines
227 B
V
module flow_calendar
|
|
|
|
import incubaid.herolib.hero.heromodels
|
|
import incubaid.herolib.core.flows
|
|
|
|
pub fn calendar_delete(mut s flows.Step) ! {
|
|
// get heromodels
|
|
mut m := heromodels.get('coordinator_${s.coordinator.name}')!
|
|
}
|