x
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ func GetSender(uuid string) (common.Sender, error) {
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
v, ok := senders.Load(uuid)
|
v, ok := senders.Load(uuid)
|
||||||
fmt.Println("uuid", uuid, v, ok)
|
// fmt.Println("uuid", uuid, v, ok)
|
||||||
if !ok {
|
if !ok {
|
||||||
return nil, errors.New("not found sender")
|
return nil, errors.New("not found sender")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user