Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Nov 27, 2023
1 parent f897dbe commit e0c73ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/routes/works.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ router.route('/works')
} else {
const { affiliations } = options;
options.affiliations = Array.isArray(affiliations) ? affiliations : [affiliations];
console.log('process env', process.env);
console.time(`0. Requests ${options.affiliations}`);
const responses = await Promise.all([
getFosmWorks({ options, index: process.env.VITE_FOSM_PUBLICATIONS_INDEX }),
Expand Down

0 comments on commit e0c73ef

Please sign in to comment.