diff --git a/main.go b/main.go index 1bbacc5..565eff2 100644 --- a/main.go +++ b/main.go @@ -47,6 +47,7 @@ func main() { if port == "" { http.ListenAndServe(":8000", nil) + fmt.Println("Server started") } else { http.ListenAndServe(":"+os.Getenv("PORT"), nil) } diff --git a/trailhead/trailhead.go b/trailhead/trailhead.go index f1d7ad4..c5cdc7d 100644 --- a/trailhead/trailhead.go +++ b/trailhead/trailhead.go @@ -158,7 +158,8 @@ func GetApexAction(className string, methodName string, userID string, skip stri "method":"` + methodName + `", "params":{ "userId":"` + userID + `", - "language":"en-US"` + "language":"en-US", + "featureAdditionalCerts": true` if skip != "" { actionString += `,