learn-onyx
learn-onyx copied to clipboard
Set workflow as an empty vector for 1.x challanges
Change from
(def workflow)
to
(def workflow [])
To get rid of unbound var exception.
Thanks! Will hold on merging this one until the fix for []
on workflow's is out in Onyx core, otherwise this will hang.