Skip to content
Snippets Groups Projects
Commit fb778b2f authored by michael.minelli's avatar michael.minelli
Browse files

Update shared

parent eade0e7e
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class GitlabManager {
try {
const project: GitlabRepository = await this.getRepository(idOrNamespace);
if ( [ GitlabVisibility.Public.valueOf(), GitlabVisibility.Internal.valueOf() ].includes(project.visibility) ) {
if ( [ GitlabVisibility.PUBLIC.valueOf(), GitlabVisibility.INTERNAL.valueOf() ].includes(project.visibility) ) {
return StatusCodes.OK;
}
} catch ( e ) {
......
Subproject commit f20c94b884f7ab76936b059b712274a35fcc6318
Subproject commit 69905ce759cb3edaf7f78ef5cc815d199ae325b9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment