mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
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:
parent
836b174d33
commit
1f4ba73da7
19 changed files with 47 additions and 70 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue