Unverified Commit 96dc5175 authored by Roy Hadad's avatar Roy Hadad Committed by GitHub
Browse files

refactor: remove accountExists from prerun response (#736)

parent 291fe1d1
No related merge requests found
Showing with 0 additions and 2 deletions
+0 -2
......@@ -90,7 +90,6 @@
}
]
},
"accountExists": true,
"isPolicyAsCodeMode": false,
"registrationURL": "https://app.datree.io/login?t=gfdgdsteasgfsdgfdsfsd",
"promptRegistrationURL": "https://app.datree.io/promptLogin?t=gfdgdsteasgfsdgfdsfsd"
......
......@@ -109,7 +109,6 @@ type EvaluationPrerunPolicies struct {
type EvaluationPrerunDataResponse struct {
PoliciesJson *EvaluationPrerunPolicies `json:"policiesJson"`
DefaultK8sVersion string `json:"defaultK8sVersion"`
AccountExists bool `json:"accountExists"`
RegistrationURL string `json:"registrationURL"`
PromptRegistrationURL string `json:"promptRegistrationURL"`
IsPolicyAsCodeMode bool `json:"isPolicyAsCodeMode"`
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment