fix: solved bug to create temporary table
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-06-13 10:04:12 +02:00
parent 9dbd1e6f72
commit 363c5f349a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ module.exports = Self => {
salesIds.push(null);
const servicesIds = [];
if (services) {
if (services.length) {
for (let service of services)
servicesIds.push(service.id);
} else