]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/feeds/feeds-command.ts
Rename command files
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / feeds / feeds-command.ts
similarity index 91%
rename from shared/extra-utils/feeds/feeds.ts
rename to shared/extra-utils/feeds/feeds-command.ts
index 012ce6cfedd7add4a200a0954f44a1d92f5386be..8031adf921b7753b9bc2a6ca1b68c0e923aa02c7 100644 (file)
@@ -1,5 +1,5 @@
 
-import { HttpStatusCode } from '../../../shared/core-utils/miscs/http-error-codes'
+import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 type FeedType = 'videos' | 'video-comments' | 'subscriptions'