Skip to content

Commit

Permalink
Merge branch 'master' into OpenAPI-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad authored Nov 27, 2024
2 parents 022909d + e1b0392 commit 165d162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pub enum ModelError {
#[error("{errors:?}")]
ModelValidation { errors: ModelValidation },

#[cfg(feature = "auth_jwt")]
#[error("jwt error")]
Jwt(#[from] jsonwebtoken::errors::Error),

Expand Down

0 comments on commit 165d162

Please sign in to comment.