Skip to content

Commit

Permalink
Uncomment code
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeq committed Dec 27, 2023
1 parent 8d68e34 commit bf31966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/slack_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,9 @@ def hande_message_events(body, event, say, logger):
threading.Thread(
target=check_subscriptions, args=[event]
).start()
# threading.Thread(
# target=handle_semantic_search_update, args=[body]
# ).start()
threading.Thread(
target=handle_semantic_search_update, args=[body]
).start()
logger.debug(body)


Expand Down

0 comments on commit bf31966

Please sign in to comment.