Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao committed Apr 26, 2024
1 parent 0b77337 commit ad90df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop-api/src/v0/nfts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ impl From<PopApiError> for Error {
fn from(error: PopApiError) -> Self {
match error {
PopApiError::Nfts(e) => e,
_ => panic!("expected nfts error"),
_ => panic!(e)
}
}
}
Expand Down

0 comments on commit ad90df7

Please sign in to comment.