Skip to content

Instantly share code, notes, and snippets.

@timelincoln7648
Created November 30, 2017 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timelincoln7648/843e0b1860e45f2e875d7c5195b1725a to your computer and use it in GitHub Desktop.
Save timelincoln7648/843e0b1860e45f2e875d7c5195b1725a to your computer and use it in GitHub Desktop.
XeroDataHelper.prototype.formatOrgName = function(orgName) {
if (orgName) {
return `You are currently connected to the Zero Organisation: ${orgName}. To get a status report for this organisation, say: weekly status report.`;
} else {
return "There was an issue getting the name of your Zero organisation. Please link your account using the Alexa app and try again."
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment