codeneno
Results
2
issues of
codeneno
if you will not maintain it ,please tell us,thank you.
var d = require('durable'); function abc(data){ console.log(data); } d.ruleset('test', function() { whenAll: m.subject == 'World' run:abc(m)**//can't call this function** }); d.post('test', {subject: 'World'});