Skip to content

Commit 7058ead

Browse files
feat: use citation dictionary
1 parent 3accd7f commit 7058ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/slackBotFunction/app/slack/slack_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def _create_feedback_blocks(
230230
}
231231
)
232232

233+
logger.info("Blocks", extra={"blocks": blocks})
233234
return blocks
234235

235236

0 commit comments

Comments
 (0)