mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 15:32:24 +00:00
Fix typo in image selection
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
73c405bd63
commit
65019bb5bc
@ -225,7 +225,7 @@ export class Images extends (EventEmitter as new () => ImageEventEmitter) {
|
||||
newImage.NormalisedRepoTags = await this.getNormalisedTags(image);
|
||||
return newImage;
|
||||
}),
|
||||
this.db.models('images').select(),
|
||||
this.db.models('image').select(),
|
||||
]);
|
||||
return cb(normalisedImages, dbImages);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user