Skip to content

Commit

Permalink
refactor(interfaces): remove unused encoding option
Browse files Browse the repository at this point in the history
  • Loading branch information
MansurAliKoroglu committed May 28, 2023
1 parent b29e460 commit 74c02e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/interfaces/config-module-options.interface.ts
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 74c02e5

Please sign in to comment.