Skip to content

Commit ccc50d9

Browse files
committedAug 2, 2024·
upgrade meow version
1 parent 381a9fe commit ccc50d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mdtest/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ func handleCmd(cmd string, args []string) {
10181018

10191019
if rand.Float32() < 0.20 {
10201020
log.Infof("####### SENDING MESSAGE TO %v", n)
1021-
msg := &waProto.Message{Conversation: proto.String(fmt.Sprintf("בדיקה מספר %v", len(numbers)*i+j))}
1021+
msg := &waE2E.Message{Conversation: proto.String(fmt.Sprintf("בדיקה מספר %v", len(numbers)*i+j))}
10221022
resp, err := cli.SendMessage(context.Background(), target, msg)
10231023
if err != nil {
10241024
log.Errorf("Error sending message: %v", err)

0 commit comments

Comments
 (0)
Please sign in to comment.