Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc authored Oct 24, 2023
1 parent 68c5d93 commit 768d2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/sqlite/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ pub enum SqliteError {
DbError(rusqlite::Error),
DatabaseVersionTooNew,
UserNameAlreadyExists,
#[cfg(feature = "serde_json")]
SerdeError(serde_json::Error),
}

0 comments on commit 768d2c9

Please sign in to comment.