mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: removes 3x unnecessary @ts-ignore comments (#1524)
This commit is contained in:
parent
35f816bf5c
commit
a7d6a9c560
1 changed files with 1 additions and 4 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue