Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created May 16, 2022 15:18
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 richardgrantserverless/7224606bf8bc43e83f6b0029fb5a33fe to your computer and use it in GitHub Desktop.
Save richardgrantserverless/7224606bf8bc43e83f6b0029fb5a33fe to your computer and use it in GitHub Desktop.
if (isTester && hasBetaAccess) {
return betaTest();
}
return standardTest();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment