Skip to content

Commit

Permalink
#2770-unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Sep 13, 2024
1 parent f0da467 commit 8c5a705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/src/services/users.services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
} from '../prisma-query-args/user.query-args';
import { getAuthUserQueryArgs } from '../prisma-query-args/auth-user.query-args';
import authenticatedUserTransformer from '../transformers/auth-user.transformer';
import { getTaskQueryArgs, TaskQueryArgs } from '../prisma-query-args/tasks.query-args';
import { getTaskQueryArgs } from '../prisma-query-args/tasks.query-args';
import taskTransformer from '../transformers/tasks.transformer';

export default class UsersService {
Expand Down

0 comments on commit 8c5a705

Please sign in to comment.