Skip to content

Commit

Permalink
disable callback "hello"
Browse files Browse the repository at this point in the history
  • Loading branch information
motty-mio2 committed Nov 16, 2023
1 parent 7e24da8 commit 3f533f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/kb_2315/backend/api/endpoints/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ async def handle_callback(request: Request) -> Literal["OK"]:
send_to_id=return_id,
)
else:
notify.line.send_message(
message="hello",
send_to_id=return_id,
)
# 普通に話しかけらた
pass

return "OK"

0 comments on commit 3f533f9

Please sign in to comment.