mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -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
|
||||
|
||||
- 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
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ class Photos::Thumbnail
|
|||
request_headers
|
||||
end
|
||||
|
||||
unsupported_source_error unless SUPPORTED_SOURCES.include?(source)
|
||||
def unsupported_source_error
|
||||
raise ArgumentError, "Unsupported source: #{source}"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue