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 { enum GitlabVisibility {
Public = 'public', PUBLIC = 'public',
Internal = 'internal', INTERNAL = 'internal',
Private = 'private' PRIVATE = 'private'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment