Skip to content

Commit

Permalink
testing for tags research
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Nov 6, 2023
1 parent 5f25269 commit 7449c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/site/filters/liquid.js
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ module.exports = function registerFilters() {
}));

const tagList = [...topics, ...audiences];
console.log('TAGS LIST: ', _.sortBy(tagList, 'name'));

Check failure on line 824 in src/site/filters/liquid.js

View workflow job for this annotation

GitHub Actions / Linting

src/site/filters/liquid.js:824:5:Unexpected console statement.

return _.sortBy(tagList, 'name');
};
Expand Down

0 comments on commit 7449c8c

Please sign in to comment.