aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-10 11:44:47 +0200
committerChocobozzz <me@florianbigard.com>2022-10-10 11:44:47 +0200
commit97a2a704e2636d70ceda9c7e0ee1becd09a6c517 (patch)
tree7be3a39272129e40290c3e524338a7b38612db72 /server
parent9fb75b169d8255bc3a8bbd8b872f476dc79e3fec (diff)
downloadPeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.tar.gz
PeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.tar.zst
PeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.zip
Fix peers info width in live
Diffstat (limited to 'server')
-rw-r--r--server/tests/helpers/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts
index 42d644c40..1f0e3098a 100644
--- a/server/tests/helpers/index.ts
+++ b/server/tests/helpers/index.ts
@@ -1,7 +1,7 @@
1import './crypto' 1import './comment-model'
2import './core-utils' 2import './core-utils'
3import './crypto'
3import './dns' 4import './dns'
4import './dns' 5import './image'
5import './comment-model'
6import './markdown' 6import './markdown'
7import './request' 7import './request'