Skip to content

Commit

Permalink
Removes missed reference to list-resources command (#2993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Feb 14, 2023
1 parent a79a011 commit 98e7b02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dispatch/incident/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ def send_incident_management_help_tips_message(incident: Incident, db_session: S
return

engage_oncall_command = plugin.instance.get_command_name(ConversationCommands.engage_oncall)
list_resources_command = plugin.instance.get_command_name(ConversationCommands.list_resources)
executive_report_command = plugin.instance.get_command_name(
ConversationCommands.executive_report
)
Expand All @@ -890,7 +889,6 @@ def send_incident_management_help_tips_message(incident: Incident, db_session: S
"name": incident.name,
"title": incident.title,
"engage_oncall_command": engage_oncall_command,
"list_resources_command": list_resources_command,
"executive_report_command": executive_report_command,
"tactical_report_command": tactical_report_command,
"update_command": update_command,
Expand Down

0 comments on commit 98e7b02

Please sign in to comment.