Skip to content

Commit

Permalink
fix(sefaria): Add line for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
akiva10b committed Sep 26, 2024
1 parent ea2b80a commit 057a443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/sefaria/sefaria.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ Sefaria = extend(Sefaria, {
* * @filterObj {object} keys are attribute of version objects and values are their values
* returns the versionsObj after filtering its version, and filtering languages with no matching versions
*/

return Object.fromEntries(
Object.entries(versionsObj).reduce((acc, [lang, versions]) => {
const filteredVersions = versions.filter(version =>
Expand Down

0 comments on commit 057a443

Please sign in to comment.