Skip to content

Commit

Permalink
[fix-user-type] added REGISTERED type (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: pagopa-github-bot <github-bot@pagopa.it>
  • Loading branch information
alessio-acitelli and pagopa-github-bot authored Jun 19, 2024
1 parent f191d9f commit 949c96e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package it.gov.pagopa.bizeventsservice.model.response.enumeration;

public enum UserType {
F, G, GUEST
F, G, GUEST, REGISTERED
}

0 comments on commit 949c96e

Please sign in to comment.