dumb typo
This commit is contained in:
@@ -157,7 +157,7 @@ impl User {
|
|||||||
pub fn create_systemuser() -> Result<User, UserError> {
|
pub fn create_systemuser() -> Result<User, UserError> {
|
||||||
let u = User {
|
let u = User {
|
||||||
id: Uuid::nil(),
|
id: Uuid::nil(),
|
||||||
handle: UserHandle::new("Mnenosyne")?,
|
handle: UserHandle::new("Mnemosyne")?,
|
||||||
};
|
};
|
||||||
database::conn()?
|
database::conn()?
|
||||||
.prepare("INSERT INTO users(id, handle) VALUES (?1, ?2)")?
|
.prepare("INSERT INTO users(id, handle) VALUES (?1, ?2)")?
|
||||||
|
|||||||
Reference in New Issue
Block a user