Tsc error on main
Probably comming from a merge somewhere:
apps/portal lint:tsc: src/components/doi/DOIPage.tsx(72,7): error TS2322: Type '{ investigationId: string; limit: number; }' is not assignable to type 'DatasetParams'.
apps/portal lint:tsc: Object literal may only specify known properties, but 'investigationId' does not exist in type 'DatasetParams'. Did you mean to write 'investigationIds'?
apps/portal lint:tsc: Failed