Merge pull request 'fix list' (#34) from feature/tags-search into master
Reviewed-on: #34
This commit is contained in:
commit
f880b1e6a4
@ -159,7 +159,7 @@ async def search_events(
|
||||
date_event: Union[datetime, None] = None,
|
||||
start_date: Union[datetime, None] = None,
|
||||
end_date: Union[datetime, None] = None,
|
||||
tags: Union[List[str], None] = None,
|
||||
tags: Union[list[str], None] = None,
|
||||
):
|
||||
if limit < 1 or skip < 0 or limit < skip:
|
||||
raise HTTPException(
|
||||
|
Loading…
x
Reference in New Issue
Block a user