Skip to content

Instantly share code, notes, and snippets.

@adamrneary
Created August 21, 2015 15:38
Show Gist options
  • Save adamrneary/0874219ec8379e4c7556 to your computer and use it in GitHub Desktop.
Save adamrneary/0874219ec8379e4c7556 to your computer and use it in GitHub Desktop.
/**
* @param {Object?} params
* @return {Promise}
*/
exports.fetchAll = function(params) {
return Thrift.enhanced.JobRole.index(params);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment