Completed
Pull Request — master (#201)
by
unknown
02:13
created
src/Components/ExcelDispatchJobService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -145,8 +145,7 @@
 block discarded – undo
145 145
         if($sheetName == 'topicQuestionsGrid') {
146 146
             $topic = Topic::find($showId);
147 147
             $this->config = $className::getQuestionsGridConfig($topic);
148
-        }
149
-        else{
148
+        } else{
150 149
             $this->config = $className::getGridConfig($user);
151 150
         }
152 151
 
Please login to merge, or discard this patch.