mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-18 02:22:46 -05:00
refactor: fix linting
This commit is contained in:
parent
ca5fd82d95
commit
e00e41b24b
5 changed files with 5 additions and 9 deletions
|
@ -173,5 +173,4 @@ export default function(server, server2) {
|
|||
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -58,5 +58,4 @@ export default function (server, server2) {
|
|||
});
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -62,5 +62,4 @@ export default function(server, express) {
|
|||
.body_error('internal server error');
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -65,5 +65,4 @@ export default function(server) {
|
|||
.body_error(/invalid filename/);
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -160,4 +160,4 @@ export default function(server, express) {
|
|||
});
|
||||
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue