SCCapstone / CCChatbot

Chatbot Utilizing Dialogflow and Angular
https://acmedemo-tefspy.web.app/
2 stars 0 forks source link

M14 surname error #106

Closed mzdu closed 4 years ago

mzdu commented 4 years ago

As shown in the picture, the surname should be replaced with the last name? image

GreyRiver commented 4 years ago

The error is that the variable name is wrong. It should be last-name not lastname. I will go a fix it now.

GreyRiver commented 4 years ago

Fixed

josemvidal commented 4 years ago

When you close an issue by writing code, either fixing a bug or creating a new feature, you should add a link to the git-commit(s) that did it.

This can be done automatically if you just write "closes #X" in the comment of the git-commit, where X is the issue number you want to close. See closing issues using keywords for more information.