Skip to content

Commit

Permalink
Fix exportSitemap()
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatskov committed Feb 9, 2023
1 parent 574a620 commit af1e664
Show file tree
Hide file tree
Showing 3 changed files with 8,153 additions and 8,036 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-scraper-chrome-extension",
"version": "0.4.7",
"version": "0.4.8",
"description": "Web data extraction tool implemented as chrome extension",
"scripts": {
"lint": "eslint --ext .js src",
Expand Down
3 changes: 0 additions & 3 deletions src/scripts/Sitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ export default class Sitemap {
if (sitemapObj['selectors'] === undefined) {
sitemapObj['selectors'] = [];
}
if (sitemapObj['model'] === undefined) {
sitemapObj['model'] = [];
}
return JSON.stringify(sitemapObj, null, 2);
}

Expand Down
Loading

0 comments on commit af1e664

Please sign in to comment.