Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogers authored and Rogers committed May 27, 2023
1 parent fc7b006 commit 81f7318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zendesk_apps_support/validations/requirements.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def call(package)
unless package.has_requirements?
return [ValidationError.new(:missing_requirements)] if package.manifest.requirements_only?

return []
return []
end

return [ValidationError.new(:requirements_not_supported)] unless supports_requirements(package)
Expand Down

0 comments on commit 81f7318

Please sign in to comment.