Skip to content

Instantly share code, notes, and snippets.

@TheTempas
Last active December 21, 2022 21:23
Show Gist options
  • Save TheTempas/9a54369bc5aa9cad9317ca1f2d54ddfd to your computer and use it in GitHub Desktop.
Save TheTempas/9a54369bc5aa9cad9317ca1f2d54ddfd to your computer and use it in GitHub Desktop.
Feature Flag Using Key
const createWithNewProductUI = await this.featureFlags.newProductUI({ key: brandId });
if (createWithNewProductUI) {
await this.createProduct(product);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment