aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/moderation/abuses-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/moderation/abuses-command.ts')
-rw-r--r--shared/extra-utils/moderation/abuses-command.ts4
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'
13import { HttpStatusCode } from '@shared/models'
14import { AbstractCommand, OverrideCommandOptions } from '../shared'
15import { unwrapBody } from '../requests/requests' 14import { unwrapBody } from '../requests/requests'
15import { AbstractCommand, OverrideCommandOptions } from '../shared'
16 16
17export class AbusesCommand extends AbstractCommand { 17export class AbusesCommand extends AbstractCommand {
18 18