learn-onyx icon indicating copy to clipboard operation
learn-onyx copied to clipboard

Set workflow as an empty vector for 1.x challanges

Open mariusz-jachimowicz-83 opened this issue 8 years ago • 1 comments

Change from

(def workflow)

to

(def workflow [])

To get rid of unbound var exception.

mariusz-jachimowicz-83 avatar Aug 01 '16 16:08 mariusz-jachimowicz-83

Thanks! Will hold on merging this one until the fix for [] on workflow's is out in Onyx core, otherwise this will hang.

MichaelDrogalis avatar Aug 01 '16 16:08 MichaelDrogalis