diff --git a/src/users/permissions.rs b/src/users/permissions.rs index 991121a..0f9fc1e 100644 --- a/src/users/permissions.rs +++ b/src/users/permissions.rs @@ -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") } }