Skip to content

Commit 6da972d

Browse files
committed
update
1 parent 5370865 commit 6da972d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

columnArticleList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const downloadComment = require('./downloadComment.js');
2121
if (config.articalIds && config.articalIds.length > 0) {
2222
type = 1;
2323
firstArticalId = config.articalIds[0];
24-
console.log('通过IDarticalIds配置进行文章获取', config.articalIds.length);
24+
console.log('通过articalIds配置进行文章获取', config.articalIds.length);
2525
} else {
2626
console.log('通过firstArticalId配置进行文章获取', firstArticalId);
2727
};

0 commit comments

Comments
 (0)