Skip to content

Commit

Permalink
fix: Remove duplicate PageIdFormat type in orchestration (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
adebayor123 committed May 19, 2022
1 parent b6c9746 commit 6cec9da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/orchestration/Orchestration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export type Telemetry = string | (string | object)[];

export type PageIdFormat = 'PATH' | 'HASH' | 'PATH_AND_HASH';

export type PageIdFormat = 'PATH' | 'HASH' | 'PATH_AND_HASH';

export type PartialCookieAttributes = {
unique?: boolean;
domain?: string;
Expand Down

0 comments on commit 6cec9da

Please sign in to comment.