Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public static Build(name: string, ingredient: IIngredient, ctx: DeploymentContext) : BaseIngredient | null {
return IngredientManager.CreateIngredient(ingredient.properties.type, name, ingredient, ctx)
}
}