-
Paul-Christian Volkmer authored
In getSkillQuestion() a call to stubQuestions.get() contained an argument with an incompatible class. Session will be converted into String using toString() but this is not what was intended to do here. In saveQuestion() the CouchDB document ID was used, but the sessions keyword should have been used instead.
ff3d52d9