Skip to content

Commit

Permalink
fix(chalice): fixed path analysis metadata filter (openreplay#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahayk authored Dec 6, 2023
1 parent eb677df commit e31b3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/schemas/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,8 +825,8 @@ class _ProductAnalyticsFilter(BaseModel):
is_event: Literal[False] = False
type: FilterType
operator: Union[SearchEventOperator, ClickEventExtraOperator, MathOperator] = Field(...)
# TODO: support session metadata filters
value: List[Union[IssueType, PlatformType, int, str]] = Field(...)
source: Optional[str] = Field(default=None)

_remove_duplicate_values = field_validator('value', mode='before')(remove_duplicate_values)

Expand Down

0 comments on commit e31b3d1

Please sign in to comment.