Skip to content

Commit

Permalink
Add check bill number
Browse files Browse the repository at this point in the history
  • Loading branch information
skosovsky committed Mar 21, 2024
1 parent e189ff1 commit ae154dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion me-sms/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func main() {

func NewSms(sms Message) {
log.Println("new sms -", sms.Content)

if !strings.Contains(strings.ToLower(sms.Content), "перевод") {
log.Println("отсутствует информация о переводе")
return
Expand Down

0 comments on commit ae154dd

Please sign in to comment.