Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz authored Dec 11, 2023
1 parent 9e62095 commit adfe70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/web/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _get_node_id_from_request(request: web.Request) -> str:


async def ccn_metric(request: web.Request) -> web.Response:
"""Fetch metrics for CNN node id"""
"""Fetch metrics for CCN node id"""

session_factory: DbSessionFactory = get_session_factory_from_request(request)
query_params = Metrics.parse_obj(request.query)
Expand Down

0 comments on commit adfe70f

Please sign in to comment.