]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/videos/services-command.ts
Refactor requests
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / videos / services-command.ts
index 313b7878c59004037b57cc4c2653ab42a54f4af9..06760df4249475045700c0b96826f1407574b869 100644 (file)
@@ -1,4 +1,4 @@
-import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes'
+import { HttpStatusCode } from '@shared/models'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class ServicesCommand extends AbstractCommand {