mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Remove uneeded memoize
This commit is contained in:
parent
7b51ede977
commit
cc45cc9ac1
3 changed files with 6 additions and 16 deletions
|
@ -215,7 +215,7 @@ async function prepare () {
|
|||
language: 'fr',
|
||||
privacy: VideoPrivacy.PUBLIC,
|
||||
support: 'please give me a coffee',
|
||||
description: 'my super description'.repeat(10),
|
||||
description: 'my super description\n'.repeat(10) + ' * list1\n * list 2\n * list 3',
|
||||
tags: [ 'tag1', 'tag2', 'tag3' ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue