We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ae26e commit e514383Copy full SHA for e514383
futuramaapi/routers/rest/users/api.py
@@ -187,7 +187,7 @@ async def search_user(
187
),
188
] = None,
189
session: AsyncSession = Depends(get_async_session), # noqa: B008
190
-) -> UserSearchResponse:
+) -> Page[UserSearchResponse]:
191
filter_params: FilterStatementKwargs = FilterStatementKwargs(
192
offset=0,
193
limit=20,
0 commit comments