Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Divs-B committed Jan 29, 2025
1 parent 987d09e commit 1c49330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/EditionsController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class EditionsController(
def updateCollectionRegions(collectionId: String) = EditEditionsAuthAction(
parse.json[EditionsFrontendCollectionWrapper]
) { req =>
val collection =
val collection =
db.getCollections(List(GetCollectionsFilter(id = collectionId, None)))

if (collection.isEmpty) {
Expand Down

0 comments on commit 1c49330

Please sign in to comment.