Skip to content

Commit 333c461

Browse files
Fix lint
1 parent 32cd92e commit 333c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const fs = require('fs-extra');
44

55
module.exports = {
66
name: require('./package').name,
7-
outputReady(result) {
7+
outputReady() {
88
if (fs.pathExistsSync('.netlifyheaders')) {
99
fs.copySync('.netlifyheaders', 'dist/_headers', { clobber: true });
1010
}

0 commit comments

Comments
 (0)