function()

in source/custom-resource/lib/website-helper.js [63:70]


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