|
public addContact(inContact: IContact): Promise<IContact> { |
I get an error for the add contact worker. Does anybody know what the issue might be?
I take all the steps based on the textbook and source code, but the error still persist.
You can see the error on this screenshot:
https://ibb.co/PDX2kYv
modern-full-stack-development/mailbag/server/src/Contacts.ts
Line 72 in 085ddc0
I get an error for the add contact worker. Does anybody know what the issue might be?
I take all the steps based on the textbook and source code, but the error still persist.
You can see the error on this screenshot:
https://ibb.co/PDX2kYv