Skip to content

Commit 8a83921

Browse files
perf: Workspace api
1 parent 6a61a97 commit 8a83921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/system/api/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async def option_pager(
4545
pagination=pagination,
4646
)
4747

48-
@router.get("/uws/option", response_model=UserWsOption)
48+
@router.get("/uws/option", response_model=UserWsOption | None)
4949
async def option_user(
5050
session: SessionDep,
5151
current_user: CurrentUser,

0 commit comments

Comments
 (0)