Skip to content

Commit

Permalink
feat(helpers): adding new helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 18, 2024
1 parent b5bdf8d commit acd62f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func MergeMapRecursive(m1, m2 map[string]interface{}) (r map[string]interface{})
}



for key, value := range m2 {
if value, ok := value.(map[string]interface{}); ok {
if nestedValue, ok := r[key]; ok {
Expand Down

0 comments on commit acd62f4

Please sign in to comment.