Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ def update_entity(id):

# Also reindex the updated entity node in elasticsearch via search-api
logger.log(logging.INFO
,"Re-indexing for modification of {entity_dict['entity_type']}"
,f"Re-indexing for modification of {entity_dict['entity_type']}"
f" with UUID {entity_dict['uuid']}")

reindex_entity(entity_dict['uuid'], user_token)
Expand Down