diff --git a/src/helpers/groups_helper.rs b/src/helpers/groups_helper.rs index 5d68a3a..ae3ac2a 100644 --- a/src/helpers/groups_helper.rs +++ b/src/helpers/groups_helper.rs @@ -138,7 +138,7 @@ pub fn get_list_user(user_id: UserID, only_followed: bool) -> ResultBoxError ResultBoxError { database::QueryInfo::new(GROUPS_LIST_TABLE) .cond_group_id("id", group_id)