dumb typo

This commit is contained in:
2026-02-23 02:22:30 +01:00
parent 52b70d4ee9
commit e11ba79b37

View File

@@ -157,7 +157,7 @@ impl User {
pub fn create_systemuser() -> Result<User, UserError> {
let u = User {
id: Uuid::nil(),
handle: UserHandle::new("Mnenosyne")?,
handle: UserHandle::new("Mnemosyne")?,
};
database::conn()?
.prepare("INSERT INTO users(id, handle) VALUES (?1, ?2)")?