forgot the return statement
This commit is contained in:
parent
a70b05a0ef
commit
f2507ddcdd
@ -97,5 +97,6 @@ public class CourseController {
|
|||||||
toReturn.put("credits",course.getCredits());
|
toReturn.put("credits",course.getCredits());
|
||||||
toReturn.put("title", course.getTitle());
|
toReturn.put("title", course.getTitle());
|
||||||
toReturn.put("owner", authServ.userWithoutPassword(course.getOwner()));
|
toReturn.put("owner", authServ.userWithoutPassword(course.getOwner()));
|
||||||
|
return toReturn;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user