Skip to content

Commit

Permalink
fix send note on question closes code4romania#91
Browse files Browse the repository at this point in the history
  • Loading branch information
aniri committed Oct 1, 2020
1 parent 80e2817 commit 1863820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class Repository : KoinComponent {

}
note.questionId?.let {
questionId = 0
questionId = it
}

return apiInterface.postNote(
Expand Down

0 comments on commit 1863820

Please sign in to comment.