Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Aug 10, 2024
1 parent 3769a75 commit 2ab10c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package org.maproulette.framework.model

import org.joda.time.DateTime
import play.api.libs.json.{Json, Format}
import play.api.libs.json.{Format, Json}
import play.api.libs.json.JodaWrites._
import play.api.libs.json.JodaReads._

Expand Down
2 changes: 1 addition & 1 deletion conf/v2_route/user.api
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ GET /user/:userId/savedTasks @org.maproulette.framework.c
# schema:
# type: array
# items:
# $ref: '#/components/schemas/org.maproulette.framework.model.LockedTask'
# $ref: '#/components/schemas/org.maproulette.framework.model.LockedTaskData'
# '401':
# description: The user is not authorized to make this request.
# '404':
Expand Down

0 comments on commit 2ab10c2

Please sign in to comment.