Skip to content

Commit 1863820

Browse files
committed
fix send note on question closes #91
1 parent 80e2817 commit 1863820

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/ro/code4/monitorizarevot/repositories

1 file changed

+1
-1
lines changed

app/src/main/java/ro/code4/monitorizarevot/repositories/Repository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class Repository : KoinComponent {
310310

311311
}
312312
note.questionId?.let {
313-
questionId = 0
313+
questionId = it
314314
}
315315

316316
return apiInterface.postNote(

0 commit comments

Comments
 (0)