Skip to content
Snippets Groups Projects
Commit ff3d52d9 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Fixed type and intended value of stubQuestions.get()

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.
parent aeac7188
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment