Skip to content

Commit

Permalink
Fix import of perf hook on node < 16 (directus#7249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten authored Aug 6, 2021
1 parent 30eb83d commit 4c07451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/services/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4c07451

Please sign in to comment.