fix: process weather art images correctly
- Add processing for webp_image and preview_image This fix ensures that both webp and preview images of the weather art are processed correctly after generation, resolving issues related to image availability in the system.
This commit is contained in:
parent
fb6133f736
commit
257d802fe3
@ -53,6 +53,8 @@ class GenerateWeatherArtWorker
|
|||||||
filename: generate_filename,
|
filename: generate_filename,
|
||||||
content_type: "image/png"
|
content_type: "image/png"
|
||||||
)
|
)
|
||||||
|
weather_art.webp_image.processed
|
||||||
|
weather_art.preview_image.processed
|
||||||
|
|
||||||
weather_art
|
weather_art
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user