We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b743b7 commit 3accd7fCopy full SHA for 3accd7f
packages/slackBotFunction/app/slack/slack_events.py
@@ -159,12 +159,12 @@ def _create_feedback_blocks(
159
160
# Main response block
161
blocks = []
162
+ action_buttons = []
163
164
# Create citation buttons
165
if citations is None or len(citations) == 0:
166
logger.info("No citations")
167
else:
- action_buttons = []
168
for i, citation in enumerate(citations):
169
logger.info("Creating citation", extra={"Citation": citation})
170
# Create citation blocks
0 commit comments