mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Fix failing spec
This commit is contained in:
parent
d400d3c9fd
commit
625b8e614f
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- Some types of imports were not being detected correctly and were failing to import.
|
- Some types of imports were not being detected correctly and were failing to import. #1678
|
||||||
|
|
||||||
# [0.30.10] - 2025-08-22
|
# [0.30.10] - 2025-08-22
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ class Photos::Thumbnail
|
||||||
request_headers
|
request_headers
|
||||||
end
|
end
|
||||||
|
|
||||||
unsupported_source_error unless SUPPORTED_SOURCES.include?(source)
|
def unsupported_source_error
|
||||||
raise ArgumentError, "Unsupported source: #{source}"
|
raise ArgumentError, "Unsupported source: #{source}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue