don't throw on permission check lol

This commit is contained in:
2026-04-09 00:55:38 +02:00
parent 1b5d625b9c
commit 3a811db715

View File

@@ -31,6 +31,7 @@ impl User {
return Ok(true);
}
todo!("Do the permission checking here once permissions are modeled in the DB")
Ok(false)
// todo!("Do the permission checking here once permissions are modeled in the DB")
}
}