diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-12 17:53:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-13 16:50:33 +0100 |
commit | 3fd3ab2d34d512b160a5e6084d7609be7b4f4452 (patch) | |
tree | e5ca358287fca6ecacce83defcf23af1e8e9f419 /server/helpers/index.ts | |
parent | c893d4514e6ecbf282c7985fe5f82b8acd8a1137 (diff) | |
download | PeerTube-3fd3ab2d34d512b160a5e6084d7609be7b4f4452.tar.gz PeerTube-3fd3ab2d34d512b160a5e6084d7609be7b4f4452.tar.zst PeerTube-3fd3ab2d34d512b160a5e6084d7609be7b4f4452.zip |
Move models to typescript-sequelize
Diffstat (limited to 'server/helpers/index.ts')
-rw-r--r-- | server/helpers/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/helpers/index.ts b/server/helpers/index.ts index 2c7ac3954..d96bc48e9 100644 --- a/server/helpers/index.ts +++ b/server/helpers/index.ts | |||
@@ -1,7 +1,6 @@ | |||
1 | export * from './activitypub' | 1 | export * from './activitypub' |
2 | export * from './core-utils' | 2 | export * from './core-utils' |
3 | export * from './logger' | 3 | export * from './logger' |
4 | export * from './custom-validators' | ||
5 | export * from './ffmpeg-utils' | 4 | export * from './ffmpeg-utils' |
6 | export * from './database-utils' | 5 | export * from './database-utils' |
7 | export * from './peertube-crypto' | 6 | export * from './peertube-crypto' |