Skip to content

Commit

Permalink
FIX #598
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Sep 28, 2023
1 parent 32accf1 commit 14a2a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daikoku/app/controllers/ApiController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ class ApiController(
.flatMap {
case None =>
apiRepo
.exists(Json.obj("_humanReadableId" -> maybeHumanReadableId))
.exists(Json.obj("_humanReadableId" -> maybeHumanReadableId, "_delete" -> false))
case Some(api) =>
val v = api.parent match {
case Some(parent) => parent.value
Expand Down

0 comments on commit 14a2a0a

Please sign in to comment.