]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/shared/abstract-command.ts
Introduce sql command
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / shared / abstract-command.ts
index 6a9ab1348d8c37b533e91085195cbb17c5c73ecf..200db90d418ba92667870c9842799eabb008053e 100644 (file)
@@ -1,6 +1,6 @@
 import { isAbsolute, join } from 'path'
 import { HttpStatusCode } from '@shared/core-utils'
-import { root } from '../miscs'
+import { root } from '../miscs/miscs'
 import {
   makeDeleteRequest,
   makeGetRequest,