Skip to content

Commit

Permalink
Merge branch 'Frontend' of github.com:EspadaKomanda/IPTIP1CHack into …
Browse files Browse the repository at this point in the history
…Frontend
  • Loading branch information
Rudolf31 committed Nov 26, 2024
2 parents f115134 + 795c268 commit 1b5dfd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ public UserInstituteDto getUserInstituteDto(String name) {
@Autowired
public void setUserStudyGroupRepository(UserStudyGroupEntityRepository userStudyGroupRepository) {
this.userStudyGroupRepository = userStudyGroupRepository;
}

public void setS3Service(S3Service s3Service) {
this.s3Service = s3Service;
Expand Down

0 comments on commit 1b5dfd1

Please sign in to comment.