Skip to content
Snippets Groups Projects
Commit 78b5acb5 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6280 test sync update Frist

parent 921874a9
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ import java.util.stream.Stream;
import jakarta.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
import org.springframework.validation.annotation.Validated;
......@@ -74,7 +73,7 @@ class WiedervorlageService {
return remoteService.getById(wiedervorlageId);
}
@Async
// @Async
public void updateNextFrist(String vorgangId) {
var allWiedervorlagen = findByVorgangId(vorgangId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment