Skip to content

Commit

Permalink
Revert "fix(hub-common): temporarily ungate events 3 in dev & qa to m…
Browse files Browse the repository at this point in the history
…ake writing E2Es easier"

This reverts commit 4b1fca3.
  • Loading branch information
rweber-esri committed Nov 15, 2024
1 parent 411225f commit 65a968e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/common/src/events/_internal/EventBusinessRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export const EventPermissionPolicies: IPermissionPolicy[] = [
licenses: ["hub-premium"],
// gating
environments: ["devext", "qaext"],
// TODO: temp, uncomment this until we're ready to release Events 3
// availability: ["alpha"],
availability: ["alpha"],
},
{
permission: "hub:event:create",
Expand Down

0 comments on commit 65a968e

Please sign in to comment.