mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
chore: removes 3x unnecessary @ts-ignore comments (#1524)
This commit is contained in:
parent
35f816bf5c
commit
a7d6a9c560
@ -75,12 +75,9 @@ function setup(logs, { logStart } = { logStart: true }) {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
const rotateStream: any = {
|
const rotateStream = {
|
||||||
// @ts-ignore
|
|
||||||
type: 'raw',
|
type: 'raw',
|
||||||
// @ts-ignore
|
|
||||||
level,
|
level,
|
||||||
// @ts-ignore
|
|
||||||
stream,
|
stream,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user