You've already forked AstralRinth
forked from didirus/AstralRinth
Remove database requirement (#427)
This commit is contained in:
@@ -28,11 +28,6 @@ pub enum DatabaseError {
|
||||
Database(#[from] sqlx::error::Error),
|
||||
#[error("Error while trying to generate random ID")]
|
||||
RandomId,
|
||||
#[error(
|
||||
"Invalid identifier: Category/version names must contain only ASCII \
|
||||
alphanumeric characters or '_-+'."
|
||||
)]
|
||||
InvalidIdentifier(String),
|
||||
#[error("Invalid permissions bitflag!")]
|
||||
Bitflag,
|
||||
#[error("A database request failed")]
|
||||
|
||||
Reference in New Issue
Block a user