Skip to content

Commit bf43f44

Browse files
committed
lint fix
1 parent dec119f commit bf43f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ module.exports = (_options = {}) => {
173173
throw Error(data);
174174
}
175175
} else if (status === 'progress') {
176-
logger({...data, 'userJobId': jobId});
176+
logger({ ...data, userJobId: jobId });
177177
}
178178
});
179179

0 commit comments

Comments
 (0)