diff options
Diffstat (limited to 'shared/extra-utils/moderation/abuses-command.ts')
-rw-r--r-- | shared/extra-utils/moderation/abuses-command.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/extra-utils/moderation/abuses-command.ts b/shared/extra-utils/moderation/abuses-command.ts index 72f2c9951..7b3abb056 100644 --- a/shared/extra-utils/moderation/abuses-command.ts +++ b/shared/extra-utils/moderation/abuses-command.ts | |||
@@ -7,12 +7,12 @@ import { | |||
7 | AbuseUpdate, | 7 | AbuseUpdate, |
8 | AbuseVideoIs, | 8 | AbuseVideoIs, |
9 | AdminAbuse, | 9 | AdminAbuse, |
10 | HttpStatusCode, | ||
10 | ResultList, | 11 | ResultList, |
11 | UserAbuse | 12 | UserAbuse |
12 | } from '@shared/models' | 13 | } from '@shared/models' |
13 | import { HttpStatusCode } from '@shared/models' | ||
14 | import { AbstractCommand, OverrideCommandOptions } from '../shared' | ||
15 | import { unwrapBody } from '../requests/requests' | 14 | import { unwrapBody } from '../requests/requests' |
15 | import { AbstractCommand, OverrideCommandOptions } from '../shared' | ||
16 | 16 | ||
17 | export class AbusesCommand extends AbstractCommand { | 17 | export class AbusesCommand extends AbstractCommand { |
18 | 18 | ||