This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Sharing Plattform: Prüfung: Gitlab Login für Simon in Produktion funktioniert nicht zuverlässig."

Viewing commit 82983eb0
Show latest version
2 files
+ 33
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -111,7 +111,6 @@ public class GitLabRepository {
@Cacheable(cacheNames = FULLPATH_OF_GROUP_CACHE)
public String getFullPathOfGroup(final Long groupId) throws GitLabApiException {
final Group group = getAdminGitLabApi().getGroupApi().getGroup(groupId);
final String fullPath = group.getFullPath();
return fullPath;
return group.getFullPath();
}
}