Skip to content

Commit

Permalink
enable line
Browse files Browse the repository at this point in the history
  • Loading branch information
motty-mio2 committed Nov 6, 2023
1 parent 0dd73f0 commit 5b2b2e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/kb_2315/backend/api/endpoints/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ def create_session(shoe_id: int) -> schema_session.create_session:
except IndexError:
pass

if False:
notify.line.send_message(
message=f"{shoe_name} の乾燥を開始します",
)
notify.line.send_message(
message=f"{shoe_name} の乾燥を開始します",
)

return schema_session.create_session(session_id=session_id)

0 comments on commit 5b2b2e6

Please sign in to comment.