Removed callback
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-09-06 13:13:29 +02:00
parent 6410a4db42
commit 37f0b557f4
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ module.exports = Self => {
console.debug(`File already updated, skipping...`); console.debug(`File already updated, skipping...`);
} }
callback(null, true);
if (updatableFiles.length === 0) if (updatableFiles.length === 0)
return false; return false;