Skip to content

Commit

Permalink
fix(types): use correct type of isTrueEnvValue (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Sep 1, 2023
1 parent 241ccaf commit cd2d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class NodeKit {
redactSensitiveKeys: SensitiveKeysRedacter;
redactSensitiveQueryParams: SensitiveQueryParamsRedacter;
redactSensitiveHeaders: SensitiveHeadersRedacter;
isTrueEnvValue: (arg: string) => boolean;
isTrueEnvValue: typeof isTrueEnvValue;
};

private logger: pino.Logger;
Expand Down

0 comments on commit cd2d5e1

Please sign in to comment.