Skip to content

Commit

Permalink
Merge pull request #12 from square-it/fix-json-resolver
Browse files Browse the repository at this point in the history
Fix JSON property resolver
  • Loading branch information
Frank Martinez authored Jan 11, 2019
2 parents 01e61e6 + d508343 commit 98a1d79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/propertyresolver/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ func init() {
logger.Errorf("Can not read - %s due to error - %v", filePath, e)
panic("")
}

for k, v := range props {
preload[k] = v
}
}
}
}
Expand Down

0 comments on commit 98a1d79

Please sign in to comment.