-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
In server.js there is an unnecessary line of code at 22:
Lines 20 to 25 in e5f841d
| const sendFile = function( response, filename ) { | |
| fs.readFile( filename, function( err, content ) { | |
| file = content | |
| response.end( content, 'utf-8' ) | |
| }) | |
| } |
file is not used again after this assignment which makes it safe to delete
Pull Request: #7
Metadata
Metadata
Assignees
Labels
No labels