Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdp committed Oct 2, 2023
1 parent a69978e commit ac032cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/backend/primary/routers/surface/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_realization_surface_data(
attribute: str = Query(description="Surface attribute"),
time_or_interval: Optional[str] = Query(None, description="Time point or time interval string"),
) -> schemas.SurfaceData:
perf_metrics = PerfMetrics("response")
perf_metrics = PerfMetrics(response)

access = SurfaceAccess(authenticated_user.get_sumo_access_token(), case_uuid, ensemble_name)
xtgeo_surf = access.get_realization_surface_data(
Expand Down

0 comments on commit ac032cb

Please sign in to comment.