код: https://github.com/Nau077/node-postgr...
Ошибка:
в файле teachers.use-case.js, в методе addTeacher исправьте код проверки:
if (!data.fields && !Array.isArray(data.fields) && !data.fields.length) {
throw "Нет данных для вставки";
};
на:
if (!data.fields || !Array.isArray(data.fields) || !data.fields.length) {
throw "Нет данных для вставки";
};
Watch video #7 teachers, реализуем insert | курс node.js + postgresql + knex.js online without registration, duration hours minute second in high quality. This video was added by user R.T. Dev 31 October 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 60 once and liked it 1 people.