Skip to content

Commit

Permalink
fix a linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharpandey13 committed Nov 22, 2024
1 parent 0d5fdc1 commit 7b8be75
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/management/self-service-profiles.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import {
ManagementClient,
SelfServiceProfilesManager,
SsProfileCreate,
SsProfileUpdate,
} from '../../src/index.js';
import { checkMethod, CheckMethodParams } from './tests.util.js';
import { ManagementClient, SelfServiceProfilesManager, SsProfileCreate } from '../../src/index.js';
import { checkMethod } from './tests.util.js';

const DOMAIN = `tenant.auth0.com`;
const token = 'TOKEN';
Expand Down

0 comments on commit 7b8be75

Please sign in to comment.