diff --git a/api/src/services/users.ts b/api/src/services/users.ts index 6b527d415e10e..0a90249ca9480 100644 --- a/api/src/services/users.ts +++ b/api/src/services/users.ts @@ -22,6 +22,7 @@ import { ItemsService, MutationOptions } from './items'; import { MailService } from './mail'; import { SettingsService } from './settings'; import { stall } from '../utils/stall'; +import { performance } from 'perf_hooks'; export class UsersService extends ItemsService { knex: Knex;