We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23daf0 commit a45a846Copy full SHA for a45a846
cmd/onboard.go
@@ -36,7 +36,7 @@ var onboardCmd = &cobra.Command{
36
id := utils.GetID(token)
37
38
request := &OnboardingRequest{
39
-
+
40
}
41
42
if (group != "") {
@@ -46,7 +46,7 @@ var onboardCmd = &cobra.Command{
46
println("Onboarding group ",group)
47
request.Group = group
48
49
50
buf := new(bytes.Buffer)
51
json.NewEncoder(buf).Encode(request)
52
req, _ := http.NewRequest("POST", onyxiaURL+"/onboarding", buf)
@@ -78,4 +78,4 @@ func contains(s []string, e string) bool {
78
79
80
return false
81
-}
+}
0 commit comments