Skip to content

Commit 88d6c5d

Browse files
committed
Forgot to rename a function
1 parent 28b55f5 commit 88d6c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/ConfigurationProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class ConfigurationProvider<T> {
3030
* Add a default object that will only add params that aren't already specified
3131
* @param obj
3232
*/
33-
public addDefaultObject(obj: T) {
33+
public addDefaultConfiguration(obj: T) {
3434
if (obj) {
3535
this.mergedConfiguration = <T>merge(obj, this.mergedConfiguration);
3636
}

0 commit comments

Comments
 (0)