Skip to content

Commit 0f3a951

Browse files
feat: Remove JSON from slack block builder
1 parent 8a336d6 commit 0f3a951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/slackBotFunction/app/slack/slack_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _create_feedback_blocks(
186186
},
187187
}
188188
action_elements.append(button)
189-
blocks.append({"type": "actions", "block_id": "citation_block", "elements": json.dumps(action_elements)})
189+
blocks.append({"type": "actions", "block_id": "citation_block", "elements": action_elements})
190190
# Feedback buttons
191191
blocks.append({"type": "divider"})
192192
blocks.append(

0 commit comments

Comments
 (0)