aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/bulk
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/bulk')
-rw-r--r--shared/extra-utils/bulk/bulk-command.ts (renamed from shared/extra-utils/bulk/bulk.ts)2
-rw-r--r--shared/extra-utils/bulk/index.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/shared/extra-utils/bulk/bulk.ts b/shared/extra-utils/bulk/bulk-command.ts
index a58fb3fbb..fcbf04164 100644
--- a/shared/extra-utils/bulk/bulk.ts
+++ b/shared/extra-utils/bulk/bulk-command.ts
@@ -1,6 +1,6 @@
1 1
2import { BulkRemoveCommentsOfBody } from '@shared/models/bulk/bulk-remove-comments-of-body.model' 2import { BulkRemoveCommentsOfBody } from '@shared/models/bulk/bulk-remove-comments-of-body.model'
3import { HttpStatusCode } from '../../../shared/core-utils/miscs/http-error-codes' 3import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes'
4import { AbstractCommand, OverrideCommandOptions } from '../shared' 4import { AbstractCommand, OverrideCommandOptions } from '../shared'
5 5
6export class BulkCommand extends AbstractCommand { 6export class BulkCommand extends AbstractCommand {
diff --git a/shared/extra-utils/bulk/index.ts b/shared/extra-utils/bulk/index.ts
index 5d2f9d3ad..391597243 100644
--- a/shared/extra-utils/bulk/index.ts
+++ b/shared/extra-utils/bulk/index.ts
@@ -1 +1 @@
export * from './bulk' export * from './bulk-command'