Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Mar 13, 2023
1 parent 09e19bf commit 3d9c842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/express-middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function generateSitemap(appConfig) {
delete body['params'];
delete body['runtime_mappings'];
delete body['index'];
body._source = {"include": ["about", "last_modified"]};
body._source = { include: ['about', 'last_modified'] };
body.size = 10000;
const urlES = getUrlES('datahub');
handleSearchRequest(body, { urlES }).then((body) => {
Expand Down

0 comments on commit 3d9c842

Please sign in to comment.