Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
Use revised RETENTION_EPIC name
Browse files Browse the repository at this point in the history
  • Loading branch information
rhystmills authored Mar 10, 2021
1 parent 1314c11 commit b146eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ophan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type OphanComponentType =
| 'ACQUISITIONS_OTHER'
| 'SIGN_IN_GATE'
| 'RETENTION_ENGAGEMENT_BANNER'
| 'RETENTION_ENGAGEMENT_EPIC';
| 'RETENTION_EPIC';

type OphanComponent = {
componentType: OphanComponentType;
Expand Down

0 comments on commit b146eca

Please sign in to comment.