Skip to content

Commit 97c0906

Browse files
chore(api): Remove unused AJV import from users endpoint
1 parent adc5b67 commit 97c0906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/meteor/app/api/server/v1/users.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import {
2222
validateBadRequestErrorResponse,
2323
validateUnauthorizedErrorResponse,
2424
} from '@rocket.chat/rest-typings';
25-
import { ajv } from '@rocket.chat/rest-typings/src/v1/Ajv';
2625
import { getLoginExpirationInMs, wrapExceptions } from '@rocket.chat/tools';
2726
import { Accounts } from 'meteor/accounts-base';
2827
import { Match, check } from 'meteor/check';

0 commit comments

Comments
 (0)