X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fextra-utils%2Fbulk%2Fbulk-command.ts;fp=shared%2Fextra-utils%2Fbulk%2Fbulk.ts;h=fcbf0416432452701ff66f50ed1ba6fd42c8cd6d;hb=f59545d97a80bf06025bf6343a80d834c7eb237f;hp=a58fb3fbba7781d9b88cebbc12006b209e6e4606;hpb=c1bc8ee4783d6ce3102524e6c2a02b2f0f6aab6d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/extra-utils/bulk/bulk.ts b/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 a58fb3fbb..fcbf04164 100644 --- a/shared/extra-utils/bulk/bulk.ts +++ b/shared/extra-utils/bulk/bulk-command.ts @@ -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 {