]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/bulk/bulk-command.ts
Merge branch 'release/3.3.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / bulk / bulk-command.ts
index 6dac6034f172719cae5cbc207a1b9de7b220d380..b5c5673ce635923eabc3c4aebec93d344febe17c 100644 (file)
@@ -1,6 +1,4 @@
-
-import { BulkRemoveCommentsOfBody } from '@shared/models/bulk/bulk-remove-comments-of-body.model'
-import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes'
+import { BulkRemoveCommentsOfBody, HttpStatusCode } from '@shared/models'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class BulkCommand extends AbstractCommand {