You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a fresh close of the repository I get a compile error when running the app:
ERROR in src/app/pages/data-view-export/view-records/view-records.component.ts(200,54): error TS2554: Expected 0-5 arguments, but got 7.
view-records.components.ts calls this on on line 200:
Using a fresh close of the repository I get a compile error when running the app:
ERROR in src/app/pages/data-view-export/view-records/view-records.component.ts(200,54): error TS2554: Expected 0-5 arguments, but got 7.
view-records.components.ts calls this on on line 200:
Looking at line 653 in src/app/biosys-core/services/api.service.ts I can see exportRecords() only takes 5 parameters:
I have removed the last 2 parameters from the initial call in view-records.component.ts and everything seems to be working fine:
Is there an outdated file in the repository or has a change not been yet been fully implemented?
The text was updated successfully, but these errors were encountered: