does this work? lol

This commit is contained in:
Violet Caulfield
2024-11-30 15:48:15 -06:00
parent a5bf067536
commit dedec8d203
6 changed files with 215 additions and 66 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ export function fetchImage(api: Api, itemId: string, imageType?: ImageType) : Pr
imageType,
{
format: queryConfig.images.format,
fillHeight: queryConfig.images.height,
fillWidth: queryConfig.images.width
fillHeight: queryConfig.images.fillHeight,
fillWidth: queryConfig.images.fillWidth
}
))