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
In the Logic Component, there is a sequence diagram to shows how delete works. And in the sequence diagram itself, the parameter for deletePerson() is "1". However, the parameter for deletePerson() should be "applicant" or "person" instead (if you were to follow the delete feature for AB3)
Actual Output:
As you can see here, the parameter for deletePerson is "1" and not "applicant".
Expected Output:
As you can see here in your addPerson, the parameter for addPerson is "applicant" instead of "1".
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Actual Output:
As you can see here, the parameter for deletePerson is "1" and not "applicant".
Expected Output:
As you can see here in your addPerson, the parameter for addPerson is "applicant" instead of "1".
The text was updated successfully, but these errors were encountered: