-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(api): manage variable deletion and env keys as code #6563
Conversation
CDS Report build-all-cds#18862.0 ✘
|
break | ||
} | ||
if err := InsertVariable(db, into.ID, &env.Variables[i], u); err != nil { | ||
return err |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no more msgChan <- sdk.NewMessage ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed :)
CDS Report build-all-cds#18863.0 ✘
|
CDS Report build-all-cds#18864.0 ✘
|
CDS Report build-all-cds#18870.0 ✘
|
Kudos, SonarCloud Quality Gate passed! |
@ovh/cds