Skip to content

Commit

Permalink
Merge pull request #1333 from MansurAliKoroglu/remove-unused-config-m…
Browse files Browse the repository at this point in the history
…odule-option

refactor(interfaces): remove unused encoding option
  • Loading branch information
kamilmysliwiec committed Jun 14, 2023
2 parents abfc4e3 + 74c02e5 commit d524bdf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/interfaces/config-module-options.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ export interface ConfigModuleOptions {
*/
envFilePath?: string | string[];

/**
* Environment file encoding.
*/
encoding?: string;

/**
* Custom function to validate environment variables. It takes an object containing environment
* variables as input and outputs validated environment variables.
Expand Down

0 comments on commit d524bdf

Please sign in to comment.