Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Huy-DNA committed Nov 5, 2024
1 parent 503ed1c commit 99f9d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ export const groupService = {
}
const { ok: { data } } = res;
return new Ok({ name: data.name, id: data.id, createdAt: data.createdAt });

},
};

0 comments on commit 99f9d05

Please sign in to comment.