Skip to content

Commit

Permalink
Merge pull request #1710 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Feb 10, 2023
2 parents 2752abe + 0f24303 commit 360496e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ export default (kwargs) => {
const logic = {
'provider.environment.*': ({ parent, property, value }) => {
if (value === null) {
// eslint-disable-next-line no-param-reassign
delete parent[property];
}
},
Expand Down
Expand Up @@ -11,6 +11,7 @@ export default (kwargs) => {
const logic = {
'provider.environment.*': ({ parent, property, value }) => {
if (value === null) {
// eslint-disable-next-line no-param-reassign
delete parent[property];
}
},
Expand Down
Expand Up @@ -11,6 +11,7 @@ export default (kwargs) => {
const logic = {
'provider.environment.*': ({ parent, property, value }) => {
if (value === null) {
// eslint-disable-next-line no-param-reassign
delete parent[property];
}
},
Expand Down
Expand Up @@ -11,6 +11,7 @@ export default (kwargs) => {
const logic = {
'provider.environment.*': ({ parent, property, value }) => {
if (value === null) {
// eslint-disable-next-line no-param-reassign
delete parent[property];
}
},
Expand Down

0 comments on commit 360496e

Please sign in to comment.