Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 5a407c2

Browse files
committed
fix lint issue
1 parent fdd90d9 commit 5a407c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jobs/logs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var assign = require('lodash.assign');
3737
var line = 0;
3838
var eof = false;
3939
if (data.length) {
40-
data.forEach(function itemFunc(item, index) {
40+
data.forEach(function itemFunc(item) {
4141
if (typeof item.message === 'string') {
4242
if (item.message.endsWith('\r')) item.message = item.message.slice(0, -1);
4343
if (item.message === 'PSEOF') eof = true;

0 commit comments

Comments
 (0)