Skip to content

Commit

Permalink
change customerr
Browse files Browse the repository at this point in the history
  • Loading branch information
oxmmty committed Oct 2, 2024
1 parent a4852f9 commit 60142a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pub enum ContractError {
#[error("Unauthorized")]
Unauthorized {},

// #[error("Custom Error val: {val:?}")]
// CustomError { val: String },
#[error("Custom Error val: {val:?}")]
CustomError { val: String },

// #[error("Wrong Game Id")]
// WrongGameId {},
Expand Down

0 comments on commit 60142a2

Please sign in to comment.