Skip to content

Commit

Permalink
Update config.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal-confetti committed Jul 25, 2021
1 parent 3a2e473 commit 5f65783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.service.ts
Expand Up @@ -73,7 +73,7 @@ export class ConfigService<K = Record<string, unknown>> {
propertyPath: P,
defaultValue: NoInferType<R>,
options: ConfigGetOptions,
): R | undefined;
): R;
/**
* Get a configuration value (either custom configuration or process environment variable)
* based on property path (you can use dot notation to traverse nested object, e.g. "database.host").
Expand Down

0 comments on commit 5f65783

Please sign in to comment.