Skip to content

Commit

Permalink
fix(trends): build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonestla committed Jan 15, 2025
1 parent c9e044d commit 14ab63c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/src/api/trends/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export async function getCitationsTrends({ model, query, years, filters, normali
return trends
}

export async function getPublicationsEvolution({ model, query, years, filters, normalized }: TrendsArgs) {
export async function getPublicationsEvolution({ model, query, years, filters }: TrendsArgs) {
const body: any = {
size: 0,
query: {
Expand Down Expand Up @@ -178,9 +178,5 @@ export async function getPublicationsEvolution({ model, query, years, filters, n
return acc
}, {})

console.log("years", years)
console.log("aggregation", aggregation)
console.log("items", evolution)

return evolution
}

0 comments on commit 14ab63c

Please sign in to comment.