Skip to content

Commit

Permalink
fix: was error after save scan time
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 21, 2021
1 parent 14cdc8d commit 2e0b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scrap-site.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ module.exports = async (baseUrl, options = {}) => {

// return stats
return {
time: t,
time: scanTime,
perPage: perPage,
pages: requestedCount,
}
Expand Down

0 comments on commit 2e0b05a

Please sign in to comment.