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

GitlabVisibility => Rename enum fiels to uppercase ones

parent 9fdc3711
No related branches found
No related tags found
No related merge requests found
enum GitlabVisibility {
Public = 'public',
Internal = 'internal',
Private = 'private'
PUBLIC = 'public',
INTERNAL = 'internal',
PRIVATE = 'private'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment