Skip to content
New issue

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

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

Already on GitHub? # to your account

analytics: fix type error #19149

Merged
merged 1 commit into from
Jan 26, 2025
Merged

analytics: fix type error #19149

merged 1 commit into from
Jan 26, 2025

Conversation

iMichka
Copy link
Member

@iMichka iMichka commented Jan 26, 2025

Fixes:
Error: Parameter 'days': Expected type String, got type Integer with value 30 Caller: /opt/homebrew/Library/Homebrew/utils/analytics.rb:273 Definition: /opt/homebrew/Library/Homebrew/utils/analytics.rb:412 (Utils::Analytics.table_output)

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew typecheck with your changes locally?
  • Have you successfully run brew tests with your changes locally?

Fixes:
Error: Parameter 'days': Expected type String, got type Integer with value 30
Caller: /opt/homebrew/Library/Homebrew/utils/analytics.rb:273
Definition: /opt/homebrew/Library/Homebrew/utils/analytics.rb:412 (Utils::Analytics.table_output)
@apainintheneck apainintheneck added this pull request to the merge queue Jan 26, 2025
Merged via the queue into master with commit de294f3 Jan 26, 2025
28 checks passed
@apainintheneck apainintheneck deleted the days branch January 26, 2025 21:18
@MikeMcQuaid
Copy link
Member

Thanks @iMichka!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants