fix(front): various cleanups

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2024-02-08 11:26:27 +01:00
parent 34c0dd6498
commit 6a482b0d97
4 changed files with 5 additions and 8 deletions

View File

@@ -17,7 +17,6 @@ export function useGroupMembers(
groupName: Ref<string>,
options: useGroupMembersOptions = {}
) {
console.debug("useGroupMembers", options);
const { result, error, loading, onResult, onError, refetch, fetchMore } =
useQuery<
{