Skip to content

Unresolveable media should create channel log error #712

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

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

rowanseymour
Copy link
Member

No description provided.

@@ -56,18 +55,15 @@ func ErrorResponseValueMissing(key string) *ChannelError {
return NewChannelError("response_value_missing", "", "Unable to find '%s' response.", key)
}

func ErrorResponseValueUnexpected(key string, expected ...string) *ChannelError {
Copy link
Member Author

Choose a reason for hiding this comment

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

no longer used

@rowanseymour rowanseymour requested a review from norkans7 March 12, 2024 15:34
Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.19%. Comparing base (6019d3d) to head (21ccce4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #712      +/-   ##
==========================================
- Coverage   74.22%   74.19%   -0.03%     
==========================================
  Files         110      110              
  Lines       13327    13325       -2     
==========================================
- Hits         9892     9887       -5     
- Misses       2720     2722       +2     
- Partials      715      716       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rowanseymour rowanseymour merged commit f889b58 into main Mar 12, 2024
7 checks passed
@rowanseymour rowanseymour deleted the clog_unresolved_attachments branch March 12, 2024 16:00
@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants