X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fmodels%2Fserver%2Fplugin.ts;h=9948c9f7ac27d3366acd5f6dbac41767d1c5144f;hb=5e47f6ab984a7d00782e4c7030afffa1ba480add;hp=71c205ffaa2fd1b1904c9e7b118f29e3ef0e6aab;hpb=99b757488c077cee7d0ab89eeec181a7ee6290eb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/server/plugin.ts b/server/models/server/plugin.ts index 71c205ffa..9948c9f7a 100644 --- a/server/models/server/plugin.ts +++ b/server/models/server/plugin.ts @@ -11,7 +11,7 @@ import { isPluginStableVersionValid, isPluginTypeValid } from '../../helpers/custom-validators/plugins' -import { getSort, throwIfNotValid } from '../utils' +import { getSort, throwIfNotValid } from '../shared' @DefaultScope(() => ({ attributes: {