Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Jul 20, 2024
1 parent e67c2a6 commit 310fc37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graphql/operations/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export default async function (parent, args) {
`,
[usersWithOutCreated]
);
console.log('counts', counts);
counts.forEach((count: any) => {
const user = users.find((u: any) => u.id === count.user);
if (user) {
Expand Down

0 comments on commit 310fc37

Please sign in to comment.