Skip to content

Commit

Permalink
Update evaluators_router.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-agenta authored Aug 26, 2024
1 parent 4ddd644 commit 88f71af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion agenta-backend/agenta_backend/routers/evaluators_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ async def create_new_evaluator_config(payload: NewEvaluatorConfig, request: Requ

# Update last_modified_by app information
await app_manager.update_last_modified_by(
user_uid=request.state.user_id, object_id=payload.app_id, object_type="app"
user_uid=request.state.user_id,
object_id=payload.app_id,
object_type="app",
)
logger.debug("Successfully updated last_modified_by app information")

Expand Down

0 comments on commit 88f71af

Please sign in to comment.