typo
This commit is contained in:
parent
753cd30f38
commit
5eb06ebcc5
@ -46,7 +46,7 @@ func (r *RedisRouter) AnswerInvitation(id string, timeout int, invitation []byte
|
|||||||
return time.Now().Add(time.Duration(timeout * 1000000)).UTC()
|
return time.Now().Add(time.Duration(timeout * 1000000)).UTC()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *RedisRouter) GetAnswer(id string) ([]byte, error) {
|
func (r *RedisRouter) GetInvitationAnswer(id string) ([]byte, error) {
|
||||||
mwan, err := r.Client.Get("mwiv:" + id).Result()
|
mwan, err := r.Client.Get("mwiv:" + id).Result()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Loading…
Reference in New Issue
Block a user