1
0
forked from PGL/Clyde

fixed spelling mistake

This commit is contained in:
2024-04-17 00:26:56 +02:00
parent 821377a72f
commit 7a05fc1316
6 changed files with 12 additions and 11 deletions

View File

@ -194,6 +194,6 @@ public class ResearchesService {
public Research addView(Research research) {
research.setViews(research.getViews()+1);
articleRepo.save(research);
return articleRepo.save(research);
}
}