Skip to content

Commit

Permalink
fixed: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
falstack committed Dec 16, 2019
1 parent 44f896d commit 980b63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/v1/JoinController.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public function begin(Request $request)
->pluck('id')
->toArray();

if (count($ids) < $rule->question_count)
if (count($ids) < $count)
{
return $this->resOK('no_question');
}
Expand Down

0 comments on commit 980b63f

Please sign in to comment.