Skip to content

Commit

Permalink
Change back TB-TT to tbtt in search query
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Oct 19, 2023
1 parent eea51de commit 045300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/handlers/GithubTaskHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def dev_team_escalation_update(self, app_context, node_id):
project_item_assignees = 'No one.'

# Search for Slack thread based on channel, author and itemId part of the GitHub link
query = 'itemId=' + str(project_item_details["databaseId"]) + ' in:dev-team-escalation from:TB-TT'
query = 'itemId=' + str(project_item_details["databaseId"]) + ' in:dev-team-escalation from:tbtt'
found_slack_messages = self.slack_message_factory.search_message(app_context, query)
slack_thread = found_slack_messages["messages"]["matches"][0]
# Maybe update the thread parent
Expand Down

0 comments on commit 045300b

Please sign in to comment.