Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update notification title to description in ITO module
  • Loading branch information
StanGirard committed May 21, 2024
commit e9c850c03ff7e062b374c3e80ee6a3d7c8711dba
2 changes: 1 addition & 1 deletion backend/modules/assistant/ito/ito.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async def create_and_upload_processed_file(
notification_id,
NotificationUpdatableProperties(
status=NotificationsStatusEnum.SUCCESS,
title=f"Summary of {original_filename} generated successfully",
description=f"Summary of {original_filename} generated successfully",
),
)

Expand Down