NCBACK-33 add start logic for verify by token
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-01-16 20:20:14 +07:00
parent 0ed3f958ff
commit 4704f780e5
31 changed files with 333 additions and 34 deletions
@@ -5,7 +5,7 @@ import org.mapstruct.MappingTarget;
import org.mapstruct.NullValuePropertyMappingStrategy;
import org.mapstruct.factory.Mappers;
import ru.soune.nocopy.dto.UserContentUpdateRequest;
import ru.soune.nocopy.entity.UserContent;
import ru.soune.nocopy.entity.user.UserContent;
@Mapper(componentModel = "spring",
nullValuePropertyMappingStrategy = NullValuePropertyMappingStrategy.IGNORE)