CSC207-UofT / course-project-minor-technologies

course-project-minor-technologies created by GitHub Classroom
0 stars 3 forks source link

addData does not work if the key exists but the value is null. #28

Closed ThatGenericName closed 2 years ago

ThatGenericName commented 2 years ago

addData() method in entries does not work if there exists data but the data is null. This should not be case as some constructor adds keys but with null values.

ThatGenericName commented 2 years ago

Fix with merge #31