Refactoring: rename method

This commit is contained in:
Pieter Vander Vennet 2025-01-17 14:25:30 +01:00
parent 622049f21f
commit e69a08baa1
5 changed files with 8 additions and 11 deletions

View file

@ -79,7 +79,7 @@ describe("ImageProviders", () => {
if (!Array.isArray(urls)) {
urls = [urls]
}
const images = await AllImageProviders.LoadImagesFor(
const images = await AllImageProviders.loadImagesFor(
new ImmutableStore(tags)
).AsPromise((imgs) => imgs !== undefined && imgs.length > 0)
console.log("ImageProvider test", tags.id, "for", tags)