-
Notifications
You must be signed in to change notification settings - Fork 21
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 error on source mdia #429
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just naming convention adjustments.
Furthermore, shouldn't we change the name in web.rs, adding a "full_" prefix to the method, just like transfer?
src/web.rs
Outdated
let media = match pre_req.meta { | ||
Some(media) => { | ||
let media = crate::rgb::import_uda_data(media).await; | ||
Some(IssueMediaRequest::from(media.unwrap())) | ||
} | ||
None => None, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How we work when occurs error here?
Co-authored-by: Armando CD <[email protected]>
No description provided.