Refactoring: rename method
This commit is contained in:
parent
622049f21f
commit
e69a08baa1
5 changed files with 8 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue