Skip to content

Commit

Permalink
#58 Fast bugfix of feedback toMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Apr 13, 2024
1 parent 723e722 commit 301a9a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ fun Workspace.Event.toMessage(): WorkspaceEventMessage =
id = this.id.number,
producerId = this.producer.number,
comment = this.comment,
score = this.score?.value?.toInt(),
creationMoment = this.creationMoment,
)
}
Expand Down

0 comments on commit 301a9a3

Please sign in to comment.