fill-sites clears out tags for site.site

This commit is contained in:
Sean Clarke 2020-01-06 10:56:32 -05:00
parent 1febc5c52a
commit 8b84fa4848

View File

@ -18,7 +18,7 @@ val.query.row.forEach(function(site){
s.push(site.longitude); s.push(site.longitude);
// Crazy that this works, but it does.. // Crazy that this works, but it does..
s.push(htmlToText.fromString(htmlToText.fromString(site.short_description), { wordwrap: false })); s.push(htmlToText.fromString(htmlToText.fromString(site.short_description), { wordwrap: false }));
s.push(site.site); s.push(htmlToText.fromString(htmlToText.fromString(site.site), { wordwrap: false }));
s.push(site.unique_number); s.push(site.unique_number);
s.push(site.image_url); s.push(site.image_url);
s.push(site.states); s.push(site.states);