Skip to content

Commit 0df115d

Browse files
committed
fix types
1 parent acd8c13 commit 0df115d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/users/_users_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112

113113
@routes.get(f"/{API_VTAG}/me", name="get_my_profile")
114114
@login_required
115-
@with_profiled_span
116115
@_handle_users_exceptions
116+
@with_profiled_span
117117
async def get_my_profile(request: web.Request) -> web.Response:
118118
product: Product = products_web.get_current_product(request)
119119
req_ctx = UsersRequestContext.model_validate(request)

0 commit comments

Comments
 (0)