This commit is contained in:
1-6
2023-07-25 17:36:40 +08:00
parent 31ae3384d0
commit 767103adec
+1 -1
View File
@@ -43,7 +43,7 @@ func GetSender(uuid string) (common.Sender, error) {
}, nil
}
v, ok := senders.Load(uuid)
fmt.Println("uuid", uuid, v, ok)
// fmt.Println("uuid", uuid, v, ok)
if !ok {
return nil, errors.New("not found sender")
}