Skip to content
  • Paul-Christian Volkmer's avatar
    Fixed type and intended value of stubQuestions.get() · ff3d52d9
    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