Added types for queues/cleanup

This commit is contained in:
dominicbachmann
2022-04-06 21:01:47 +02:00
parent 211aff7170
commit 76dc7ffb68
2 changed files with 1 additions and 5 deletions

View File

@@ -217,9 +217,7 @@ export default async function (job: Job<BuilderJob, void, string>): Promise<void
await saveBuildLog({ line: `Build pack ${buildPack} not found`, buildId, applicationId });
throw new Error(`Build pack ${buildPack} not found.`);
}
deployNeeded = true;
} else {
deployNeeded = false;
await saveBuildLog({ line: 'Nothing changed.', buildId, applicationId });
}