Compare commits
No commits in common. "f880b1e6a494828a5dd5eef2b3d6178dc2b5a848" and "94d6db0866d5e0184976c20e468f25ceab481620" have entirely different histories.
f880b1e6a4
...
94d6db0866
@ -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