Add all server checks to CI - fix lint issues

CI will now run linter, type-checks and tests for the server.

All the lint issues have been fixed.
This commit is contained in:
Jaime Baez 2022-09-08 11:07:27 +02:00
parent 836b174d33
commit 1f4ba73da7
19 changed files with 47 additions and 70 deletions

View file

@ -18,7 +18,7 @@ export class GenerateChecksumProcessor {
@Process()
async generateChecksum() {
let hasNext = true;
let pageSize = 200;
const pageSize = 200;
while (hasNext) {
const assets = await this.assetRepository.find({