You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the bindConfigHelpers method will 'scan' all object keys within a config file object. Which results in unwanted methods being added to the helpers object
We need to make a decision on how to keep the existing functionality and avoid this outcome. First seen here #69#71
Replication/Example
The text was updated successfully, but these errors were encountered:
Issue type:
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
nestjs-config version
@latest
@nestjs/common+core or other package versions
Excepted behavior
Classes to not be scanned for all methods
Actual behavior or outcome (for issue)
Currently the
bindConfigHelpers
method will 'scan' all object keys within a config file object. Which results in unwanted methods being added to the helpers objectWe need to make a decision on how to keep the existing functionality and avoid this outcome. First seen here #69 #71
Replication/Example
The text was updated successfully, but these errors were encountered: