Skip to content

Commit

Permalink
revert read writes
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Dec 19, 2023
1 parent a856760 commit f49536d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/org/maproulette/controllers/api/TaskController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ class TaskController @Inject() (
override implicit val itemType = TaskType()
override implicit val tagType = this.dal.tableName
// json reads for automatically reading Tags from a posted json body
implicit val commentReads: Reads[Comment] = Comment.reads
implicit val commentWrites: Writes[Comment] = Comment.writes
implicit val tagReads: Reads[Tag] = Tag.tagReads

implicit val tagChangeReads = ChangeObjects.tagChangeReads
Expand Down

0 comments on commit f49536d

Please sign in to comment.