Remove old content

This commit is contained in:
2020-04-19 17:43:10 +02:00
parent b9ef05c10d
commit 40ff2851ce
-1
View File
@@ -43,7 +43,6 @@ class NoteController(kodein: Kodein) : KodeinController(kodein) {
val note = Note {
this.title = body.title
this.content = body.content
this.user = user
}