Skip to content

Commit

Permalink
Add missing ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdelight committed Oct 15, 2023
1 parent 2ab35a0 commit 0ac6595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/org/maproulette/models/dal/ChallengeDAL.scala
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class ChallengeDAL @Inject() (
${challenge.extra.limitReviewTags}, ${challenge.extra.taskStyles}, ${challenge.general.requiresLocal}, ${challenge.extra.isArchived},
${challenge.extra.reviewSetting},
${asJson(challenge.extra.widgetLayout.getOrElse(Json.parse("{}")))}
ON CONFLICT(parent_id, LOWER(name)) DO NOTHING RETURNING #${this.retrieveColumns}"""
) ON CONFLICT(parent_id, LOWER(name)) DO NOTHING RETURNING #${this.retrieveColumns}"""
.as(this.parser.*)
.headOption
}
Expand Down

0 comments on commit 0ac6595

Please sign in to comment.