This commit is contained in:
Kayn Ty 2020-01-24 11:07:05 +00:00
commit 5be94cc1c1
1 changed files with 1 additions and 0 deletions

View File

@ -541,6 +541,7 @@ class DefaultController extends AbstractController {
'vote_stack' => $stack->display(),
'vote_count' => count( $poll->getStacksOfVotes() ),
'owner_modifier_token' => $foundOwner->getModifierToken(),
'admin_token' => $poll->getAdminKey(),
'json_you_sent' => $data,
],
201 );