chore: removes 3x unnecessary @ts-ignore comments (#1524)

This commit is contained in:
TJ 2019-10-18 23:42:17 -07:00 committed by Juan Picado @jotadeveloper
parent 35f816bf5c
commit a7d6a9c560
1 changed files with 1 additions and 4 deletions

View File

@ -75,12 +75,9 @@ function setup(logs, { logStart } = { logStart: true }) {
)
);
const rotateStream: any = {
// @ts-ignore
const rotateStream = {
type: 'raw',
// @ts-ignore
level,
// @ts-ignore
stream,
};