feat(api): changed default value for source search
This commit is contained in:
parent
11f368ed7a
commit
9f23d12e04
1 changed files with 1 additions and 1 deletions
|
|
@ -588,7 +588,7 @@ class SessionSearchFilterSchema(__MixedSearchFilter):
|
|||
Optional[List[Union[IssueType, PlatformType, int, str]]]] = Field(...)
|
||||
type: FilterType = Field(...)
|
||||
operator: Union[SearchEventOperator, MathOperator] = Field(...)
|
||||
source: Optional[Union[ErrorSource, str]] = Field(default=ErrorSource.js_exception)
|
||||
source: Optional[Union[ErrorSource, str]] = Field(default=None)
|
||||
|
||||
@root_validator
|
||||
def filter_validator(cls, values):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue