Skip to content

Commit

Permalink
merge code from server
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Jan 4, 2024
1 parent 089fc94 commit 8b62cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tasks/lark.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,5 @@ def send_manage_manual(app_id, message_id, *args, **kwargs):
)
# TODO repos
message = ManageManual(repos=[("GitMaya", "GitMaya")])
return bot.reply(message_id, message)
return bot.reply(message_id, message).json()
return False

0 comments on commit 8b62cf8

Please sign in to comment.