We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd7006 commit 06dbb34Copy full SHA for 06dbb34
1 file changed
plugins/output/adapt/importsource.js
@@ -185,7 +185,7 @@ function ImportSource(req, done) {
185
createdBy: app.usermanager.getCurrentUser()._id
186
};
187
188
- if (!assetJson) helpers.importAsset(fileMeta, metadata, doneAsset);
+ if (!assetJson) return helpers.importAsset(fileMeta, metadata, doneAsset);
189
190
addAssetTags(assetJson, function(error, assetTags) {
191
const warn = (error) => logger.log('warn', `Failed to create asset tag ${error}`);
0 commit comments