]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/bulk/bulk-command.ts
Rename command files
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / bulk / bulk-command.ts
similarity index 87%
rename from shared/extra-utils/bulk/bulk.ts
rename to shared/extra-utils/bulk/bulk-command.ts
index a58fb3fbba7781d9b88cebbc12006b209e6e4606..fcbf0416432452701ff66f50ed1ba6fd42c8cd6d 100644 (file)
@@ -1,6 +1,6 @@
 
 import { BulkRemoveCommentsOfBody } from '@shared/models/bulk/bulk-remove-comments-of-body.model'
-import { HttpStatusCode } from '../../../shared/core-utils/miscs/http-error-codes'
+import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class BulkCommand extends AbstractCommand {