Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Apr 17, 2024
1 parent dbbaff4 commit d51467e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ public ExtensionVersion findLatestVersionForAllUrls(Extension extension, String
return extensionVersionJooqRepo.findLatestForAllUrls(extension, targetPlatform, onlyPreRelease, onlyActive);
}

@Observed
public ExtensionVersion findLatestVersion(Extension extension, String targetPlatform, boolean onlyPreRelease, boolean onlyActive) {
return extensionVersionJooqRepo.findLatest(extension, targetPlatform, onlyPreRelease, onlyActive);
}
Expand Down

0 comments on commit d51467e

Please sign in to comment.