function()

in website-creator/website-helper.js [46:52]


                    function(err, result) {
                        if (err) {
                            return cb(err, null);
                        }
                        console.log(result);
                        return cb(null, result);
                    });