From d4a8e7a65f97bb3257facc13e1ae8ffdbad61ddb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 28 Jun 2021 17:30:59 +0200 Subject: Support short uuid for GET video/playlist --- server/tools/peertube-repl.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'server/tools') diff --git a/server/tools/peertube-repl.ts b/server/tools/peertube-repl.ts index 63f7667a1..eb0a776b8 100644 --- a/server/tools/peertube-repl.ts +++ b/server/tools/peertube-repl.ts @@ -4,7 +4,6 @@ registerTSPaths() import * as repl from 'repl' import * as path from 'path' import * as _ from 'lodash' -import { uuidv1, uuidv3, uuidv4, uuidv5 } from 'uuid' import * as Sequelize from 'sequelize' import * as YoutubeDL from 'youtube-dl' import { initDatabaseModels, sequelizeTypescript } from '../initializers/database' @@ -31,10 +30,6 @@ const start = async () => { env: process.env, lodash: _, path, - uuidv1, - uuidv3, - uuidv4, - uuidv5, cli, logger, constants, -- cgit v1.2.3