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
Is your feature request related to a problem? Please describe.
Update the types of the campaign
There are wrong typings on the campaign such as: campaign.beneficiary.person is not required on backend, but type safe on the frontend.
Describe the solution you'd like
Check out the backend schema and updates all the types accordingly.
Production broke, because of an issue we didn't manage to catch, which should have been easily catchable at buildtime 😕!
The text was updated successfully, but these errors were encountered:
dimitur2204
changed the title
[Feature]
[Feature] Match types between the frontend and backend
Nov 24, 2022
Is your feature request related to a problem? Please describe.
Update the types of the campaign
There are wrong typings on the campaign such as:
campaign.beneficiary.person
is not required on backend, but type safe on the frontend.Describe the solution you'd like
Check out the backend schema and updates all the types accordingly.
Production broke, because of an issue we didn't manage to catch, which should have been easily catchable at buildtime 😕!
The text was updated successfully, but these errors were encountered: