]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/videos/history-command.ts
Refactor requests
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / videos / history-command.ts
index 8a144a31261b80dc08a2892f7016729ee58961b7..41afc6bc6a306bf0be804424558c62e28868bced 100644 (file)
@@ -1,5 +1,5 @@
+import { HttpStatusCode } from '@shared/models'
 import { ResultList, Video } from '@shared/models'
-import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class HistoryCommand extends AbstractCommand {