mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
fix(web): lint
This commit is contained in:
parent
eed224c35d
commit
b3996571d8
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class MemoryManager {
|
|||
|
||||
if (this.#queued) {
|
||||
this.#queued = false;
|
||||
this.load(this.#page++);
|
||||
await this.load(this.#page++);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue