Skip to content

Commit

Permalink
Merge pull request #2136 from Sefaria/make-version-prefs-find-refs-nu…
Browse files Browse the repository at this point in the history
…llable

fix(linker): allow version preferences to be null for find refs api
  • Loading branch information
nsantacruz authored Dec 2, 2024
2 parents 60059c5 + 051eb36 commit 1857fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sefaria/helper/linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"version_preferences_by_corpus": {
"type": "dict",
"required": False,
"nullable": True,
"keysrules": {"type": "string"},
"valuesrules": {
"type": "dict",
Expand Down

0 comments on commit 1857fc4

Please sign in to comment.