Update StoryItemTransformer, increase story length to 5 seconds

pull/2147/head
Daniel Supernault 2020-04-26 23:33:37 -06:00
rodzic 38b0233e96
commit 924e424cd2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ class StoryItemTransformer extends Fractal\TransformerAbstract
return [
'id' => (string) $item->id,
'type' => $item->type,
'length' => $item->duration != 0 ? $item->duration : 3,
'length' => 5,
'src' => $item->url(),
'preview' => null,
'link' => null,