Skip to content

Commit

Permalink
Merge pull request #249 from PeledYuval/main
Browse files Browse the repository at this point in the history
Fix excess semicolon breaking Typescript compilation
  • Loading branch information
bithavoc authored Jul 22, 2020
2 parents 829ef88 + a68fc87 commit 2d41143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface StatusLevels {
error?: string;
success?: string;
warn?: string;
};
}

export interface BaseLoggerOptions {
baseMeta?: object;
Expand All @@ -55,7 +55,7 @@ export interface BaseLoggerOptions {
headerBlacklist?: string[];
skip?: RouteFilter;
statusLevels?: Boolean | StatusLevels;
}
}

export interface LoggerOptionsWithTransports extends BaseLoggerOptions {
transports: Transport[];
Expand Down

0 comments on commit 2d41143

Please sign in to comment.