diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-04 09:44:00 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-05-04 16:21:39 +0200 |
commit | 97b65ce58aaacbbfec2291f18fb95a9da9eb5263 (patch) | |
tree | 98779224aabe3f5c5eefbcde46b0a50ae48e761c /server/tests/plugins/index.ts | |
parent | 15b4bcdf04db86c655ae16d4832ae2a8f0e55829 (diff) | |
download | PeerTube-97b65ce58aaacbbfec2291f18fb95a9da9eb5263.tar.gz PeerTube-97b65ce58aaacbbfec2291f18fb95a9da9eb5263.tar.zst PeerTube-97b65ce58aaacbbfec2291f18fb95a9da9eb5263.zip |
Fix plugin storeData
Diffstat (limited to 'server/tests/plugins/index.ts')
-rw-r--r-- | server/tests/plugins/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts index d2bd69131..39c4c958a 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts | |||
@@ -6,3 +6,4 @@ import './translations' | |||
6 | import './video-constants' | 6 | import './video-constants' |
7 | import './plugin-helpers' | 7 | import './plugin-helpers' |
8 | import './plugin-router' | 8 | import './plugin-router' |
9 | import './plugin-storage' | ||