FIX: get_size_from_image_sizes should return [width, height] or nil (#9298)

This commit is contained in:
Bianca Nenciu 2020-03-28 20:20:51 +02:00 committed by GitHub
parent 7a32a99595
commit 3914e9cb5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ class CookedPostProcessor
return [size["width"], size["height"]]
end
end
nil
end
def add_to_size_cache(url, w, h)