Skip to content

Commit 0da26aa

Browse files
committed
chore: lint
1 parent b25c632 commit 0da26aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ const socket = io.listen(server);
9595
server.listen(port);
9696

9797
app.use(fileop({
98-
prefix: '/fileop' /* default */}));
98+
prefix: '/fileop', /* default */
99+
}));
99100

100101
fileop.listen(socket, {
101102
// default
102-
prefix: '/fileop',
103-
// string or a function
103+
prefix: '/fileop', // string or a function
104104
root: '/',
105105
auth: (accept, reject) => (username, password) => {
106106
if (username === 'root' && password === 'toor')

0 commit comments

Comments
 (0)