Skip to content

Commit

Permalink
Update StateOfTexas.mjs
Browse files Browse the repository at this point in the history
removed extra space from StateOfTexas - Challenge 1
  • Loading branch information
vivaan998 authored Feb 5, 2023
1 parent 376eff7 commit 6a4bb66
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scrapers/StateOfTexas.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default ({ database, DataScraper }) => {
const created = moment(publication_date, 'YYYY-MM-DD').unix();

// Adding results with content to the data array

data.push(...results.map(item => ({
url: item.resource,
updated: 0,
Expand All @@ -49,8 +48,6 @@ export default ({ database, DataScraper }) => {
name,
})));
}

// Return the final data array
return data;
});
};
};

0 comments on commit 6a4bb66

Please sign in to comment.