Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ucam-cl-dtg/pottery-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
acr31 committed Dec 20, 2018
2 parents 1d527aa + de435d7 commit be34e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public TaskInfo toTaskInfo() {
difficulty,
recommendedTimeMinutes,
problemStatement,
parameterisation.getCount(),
parameterisation != null ? parameterisation.getCount() : 0,
questions,
variants,
actions.keySet());
Expand Down

0 comments on commit be34e93

Please sign in to comment.