Skip to content

Commit

Permalink
Merge branch 'main' into feature/packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy authored Jul 19, 2024
2 parents 6efc4c4 + fd0f8f3 commit 417f19a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
49 changes: 24 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ export async function searchLiteratureByToponym(
body: `{"location_names":${JSON.stringify(names)}}`,
}
)
return (await response.json()).title_location_freq as TitleLocationFrequency
return ((await response.json()).title_location_freq ||
{}) as TitleLocationFrequency
}

0 comments on commit 417f19a

Please sign in to comment.