Skip to content

Commit

Permalink
eval-bot: fix the usage of un-exported identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
yfzhe committed Feb 12, 2024
1 parent 8c47252 commit 84bbf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval-bot/main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ END
(bot-send-message bot
#:chat-id (ref (message : message) .chat .id)
#:reply (make-reply-params
#:message-id (message-id message))
#:message-id (ref (message : message) .id))
#:parse-mode "HTML"
#:text (process-eval-results eval-result)))

Expand Down

0 comments on commit 84bbf1b

Please sign in to comment.