Skip to content

Commit

Permalink
fix accidental metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 26, 2023
1 parent f8bab65 commit 0b2e40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/events/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export interface SegmentEventMetadata {
nodeVersion?: string
bundledConfigIds?: string[]
unbundledConfigIds?: string[]
bufferedPageContext?: string[]
bundledIds?: string[]
}

export type Timestamp = Date | string
Expand Down

0 comments on commit 0b2e40c

Please sign in to comment.