Skip to content
Snippets Groups Projects

Production hotfixes

2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline

Files

@@ -68,7 +68,7 @@ public class RequestCreateModel {
r.setQuestion(question);
r.setLab(lab);
r.setAssignment(assignment);
if (jitsi) {
if (jitsi != null && jitsi) {
r.setJitsiRoom();
}
return r;
Loading