1
0
Fork 0
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:
Chocobozzz 2022-03-08 11:34:15 +01:00
parent 7b51ede977
commit cc45cc9ac1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 6 additions and 16 deletions

View file

@ -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' ]
}