Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Aug 2, 2024
1 parent 018b237 commit f9b3c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/db/InternalVersionsDao.scala
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class InternalVersionsDao @Inject()(
): Seq[ApplicationMetadataVersion] = {
dao.db.withConnection { c =>
authorization.applicationFilter(
Query("select version from versions").withDebugging,
Query("select version from versions"),
"application_guid"
).equals("application_guid", applicationGuid)
.and(isDeleted.map(Filters.isDeleted("versions", _)))
Expand Down

0 comments on commit f9b3c45

Please sign in to comment.