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"
@ -609,6 +608,7 @@ func (s *ScenarioSession) BOTPFunc(w http.ResponseWriter, r *http.Request) {
fmt.Fprintln(w, string(resMarshal)) fmt.Fprintln(w, string(resMarshal))
} }
}
func createToken(callId string) string { func createToken(callId string) string {
token := "" token := ""

Loading…
Cancel
Save