We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ddb74 commit 8c28f1aCopy full SHA for 8c28f1a
1 file changed
ewm-service/src/main/java/ru/practicum/ewm/compilation/service/CompilationServiceImpl.java
@@ -38,6 +38,7 @@ public CompilationDto createCompilation(NewCompilationDto dto) {
38
.collect(Collectors.toSet());
39
return CompilationMapper.toCompilationDto(compilation, eventShortDtos);
40
}
41
+
42
@Override
43
@Transactional
44
public CompilationDto updateCompilation(Long compId, UpdateCompilationRequest request) {
0 commit comments