Skip to content

Commit

Permalink
Merge pull request #48 from jphacks/feature/disable_default_call
Browse files Browse the repository at this point in the history
disable callback "hello"
  • Loading branch information
Hayatto9217 authored Nov 16, 2023
2 parents 4cc7c29 + 3f533f9 commit 523b93d
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 523b93d

Please sign in to comment.