Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in finish direct upload job #16721

Merged

Conversation

machisuji
Copy link
Member

fix app signal incident #1472

@@ -79,7 +79,7 @@ def validate_attachment(attachment, whitelist)
contract = create_contract attachment, whitelist

unless contract.valid?
errors = contracterrors.full_messages.join(", ")
errors = contract.full_messages.join(", ")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't that be contract.errors?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. I should probably add a spec for this too.

@machisuji machisuji force-pushed the fix/contract-typo-in-finish-direct-upload-job branch from 0fc061d to 1b443a3 Compare September 12, 2024 15:07
@oliverguenther oliverguenther merged commit e834957 into release/14.5 Sep 20, 2024
10 checks passed
@oliverguenther oliverguenther deleted the fix/contract-typo-in-finish-direct-upload-job branch September 20, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants