Skip to content

Commit

Permalink
Merge pull request #364 from openinfradev/minor_fix
Browse files Browse the repository at this point in the history
rollback. rollback to previous commit
  • Loading branch information
ktkfree authored Apr 9, 2024
2 parents 2a968eb + 8ecf51a commit f9c700b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/domain/organization.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type CreateOrganizationRequest struct {
Description string `json:"description" validate:"omitempty,min=0,max=100"`
AdminAccountId string `json:"adminAccountId" validate:"required"`
AdminName string `json:"adminName" validate:"name"`
AdminEmail string `json:"adminEmail" validate:"required"`
AdminEmail string `json:"adminEmail" validate:"required,email"`
}

type CreateOrganizationResponse struct {
Expand Down

0 comments on commit f9c700b

Please sign in to comment.