Skip to content

Commit

Permalink
Merge pull request #21 from a-company-jp/tmp
Browse files Browse the repository at this point in the history
💩 [Fix] for damo
  • Loading branch information
Najah7 authored Oct 12, 2024
2 parents 26d35d5 + d53ceb0 commit 69d7ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/handler/vonage.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ func (v *VonageWebhook) Handle(c *gin.Context) {

notifyText := "本日の通話が終了しました\n\n"
notifyText += fmt.Sprintf("気分: 元気\n")
notifyText += fmt.Sprintf("今日の通話のサマリー: 今日の朝おにぎりを食べた\n")
notifyText += fmt.Sprintf("伝言: 今日はハッカソンに出てます\n")
notifyText += fmt.Sprintf("今日の通話のサマリー: 今ハッカソンに出ています\n")
notifyText += fmt.Sprintf("伝言: 今度会いたいです\n")

slog.Info("notifyText", slog.String("notifyText", notifyText))
if err := v.line.PushTextMessage(userdata.LINEID, notifyText); err != nil {
Expand Down

0 comments on commit 69d7ef0

Please sign in to comment.