Skip to content

Commit d3b1673

Browse files
kevglissrutvijmehta-harness
authored andcommitted
Fixes an incorrect enum (Netflix#3070)
1 parent dee318e commit d3b1673

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/dispatch/plugins/dispatch_slack/case/interactive.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,9 +1310,7 @@ def handle_report_submission_event(
13101310
)
13111311

13121312

1313-
@app.action(
1314-
SignalNotificationActions.resolve, middleware=[button_context_middleware, db_middleware]
1315-
)
1313+
@app.action(SignalNotificationActions.view, middleware=[button_context_middleware, db_middleware])
13161314
def signal_button_click(
13171315
ack: Ack, body: dict, db_session: Session, context: BoltContext, client: WebClient
13181316
):

0 commit comments

Comments
 (0)