Compare commits

...

2 commits

Author SHA1 Message Date
Rajbir Singh
54725d7fb1 PMT-40 remove Mapper
Some checks failed
Quality Check / Validate OAS (push) Has been cancelled
Quality Check / Testing (push) Has been cancelled
Quality Check / Static Analysis (push) Has been cancelled
Quality Check / Linting (push) Has been cancelled
Quality Check / Validate OAS (pull_request) Successful in 1m14s
Quality Check / Static Analysis (pull_request) Failing after 2m13s
Quality Check / Linting (pull_request) Failing after 2m17s
Quality Check / Testing (pull_request) Failing after 2m16s
2024-10-23 14:52:18 +02:00
Rajbir Singh
ada6f9c90f PMT-40 Mapper 2024-10-23 14:52:18 +02:00

View file

@ -72,4 +72,5 @@ public class Mapper {
project.setPlannedEnd(dto.getPlannedEnd());
return project;
}
}