missing }

wo_translateinfo
jiyoungcheon 3 weeks ago
parent 488dfc2fb0
commit a684516327

@ -7,7 +7,6 @@ import (
"io/ioutil" "io/ioutil"
"math/big" "math/big"
"net/http" "net/http"
"strconv"
"strings" "strings"
"sync" "sync"
"time" "time"
@ -608,6 +607,7 @@ func (s *ScenarioSession) BOTPFunc(w http.ResponseWriter, r *http.Request) {
// send response // send response
fmt.Fprintln(w, string(resMarshal)) fmt.Fprintln(w, string(resMarshal))
}
} }
func createToken(callId string) string { func createToken(callId string) string {

Loading…
Cancel
Save