missing }

wo_translateinfo
jiyoungcheon 2 weeks ago
parent 488dfc2fb0
commit a684516327

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

Loading…
Cancel
Save