You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// There is no externalId for this source, but it's already save and we know where !
71
+
console.info(
72
+
`[UC:Import] Importing ${softwareName}(${externalIdForSource}) from ${source.slug}: Adding externalData to software #${savedIdentifers[externalIdForSource]}`
73
+
);
74
+
awaitdbApi.softwareExternalData.saveIds([
75
+
{
76
+
softwareId: savedIdentifers[externalIdForSource],
77
+
sourceSlug: source.slug,
78
+
externalId: externalIdForSource
79
+
}
80
+
]);
81
+
82
+
softwareId=savedIdentifers[externalIdForSource];
83
+
}
63
84
64
85
if(!softwareId){
65
86
console.log(logTitle,`The software package isn't save yet, let's create it`);
0 commit comments