Skip to content

Commit

Permalink
fixup! fixup! ref: Cleanup unused (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixhub committed Sep 19, 2024
1 parent 4f222e9 commit cef57b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ async def provision_rating_post(request):

@routes.get("/api/ratings/catalogitem/{asset_uuid}/history")
async def provision_rating_get_history(request):
asset_uid = request.match_info.get('asset_uuid')
asset_uuid = request.match_info.get('asset_uuid')
user = await get_proxy_user(request)
session = await get_user_session(request, user)
if not session.get('admin'):
Expand Down

0 comments on commit cef57b1

Please sign in to comment.