Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Oct 3, 2023
1 parent cccf45d commit ff46b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hooks/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const SITE_DEFAULTS = {
NEWSLINK: "https://docs.progenetix.org/news",
ORGSITELINK: "https://info.baudisgroup.org"
}
export const MAX_HISTO_SAMPLES = 1000
// export const MAX_HISTO_SAMPLES = 1000
export const THISYEAR = new Date().getFullYear()
export const BIOKEYS = ["icdoMorphology", "icdoTopography", "histologicalDiagnosis"]

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const getStaticProps = async () => {
return {
props: {
progenetixStats: dbstatsReply,
ncitCountResponse: ncitCountReply.response.results.length,
ncitCountResponse: ncitCountReply.responseSummary.numTotalResults,
subsetsResponse: subsetsReply
}
}
Expand Down

0 comments on commit ff46b3f

Please sign in to comment.