Skip to content

Commit

Permalink
chore: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Another-DevX committed Jun 4, 2024
1 parent 1398a91 commit 55d5d2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/validators/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Joi, celebrate } from 'celebrate';
import { ContainerTypes, ValidatedRequestSchema, createValidator } from '~utils/queryValidator';
import { defaultSchema } from './defaultSchema';
import config from '~config/index';
import user from 'routes/v2/user';

const validator = createValidator();

Expand Down

0 comments on commit 55d5d2d

Please sign in to comment.