Skip to content

Commit f9ce3a3

Browse files
committed
Fix invoked download count handler
1 parent 1490e5a commit f9ce3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/org/eclipse/openvsx/storage/log/DownloadCountService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void applicationStarted(ApplicationStartedEvent event) {
7777
azureDownloadCountHandler.getRecurringJobId(),
7878
azureDownloadCountHandler.getCronSchedule(),
7979
ZoneId.of("UTC"),
80-
new HandlerJobRequest<>(AwsDownloadCountHandler.class)
80+
new HandlerJobRequest<>(AzureDownloadCountHandler.class)
8181
);
8282
} else {
8383
scheduler.deleteRecurringJob(azureDownloadCountHandler.getRecurringJobId());

0 commit comments

Comments
 (0)