Skip to content

Commit

Permalink
fix dialer context
Browse files Browse the repository at this point in the history
  • Loading branch information
navrotskyj committed Oct 17, 2017
1 parent 0d47635 commit 260d921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/call/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func getStringValueFromMap(name string, params map[string]interface{}, def strin
return def

default:
return fmt.Sprintf("%v", v)
return fmt.Sprint(v)
}
}

Expand Down

0 comments on commit 260d921

Please sign in to comment.