You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseHTTPException(status_code=404, detail="Activity not found")
418
420
419
421
log.with_text(
420
-
f'User {awaitget_user_name(user["id"])} updated activity {target_activity["name"]} at {datetime.now().isoformat()}. The ID of the activity is {activity_id}.'
422
+
f'User {awaitget_user_name(user["id"])} updated activity {target_activity.name} at {datetime.now().isoformat()}. The ID of the activity is {activity_id}.'
0 commit comments