Update StoryController, fix expiration time bug

pull/2803/head
Daniel Supernault 2021-06-12 20:00:59 -06:00
rodzic 174260787e
commit 39e57f9506
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

@ -158,7 +158,7 @@ class StoryController extends Controller
$story->active = true;
$story->duration = $request->input('duration', 10);
$story->expires_at = now()->addHours(24);
$story->expires_at = now()->addMinutes(1450);
$story->save();
return [