Fixing call for admins to specify org type
1 files changed, 1 insertions(+), 1 deletions(-) M admin/routes.go
M admin/routes.go => admin/routes.go +1 -1
@@ 306,7 306,7 @@ func (s *Service) UpdateOrgType(c echo.Context) error { } var resultUpdated GraphQLUpdatedResponse op = gqlclient.NewOperation(` mutation UpdateAdminOrgType($orgSlug: String!, $orgType: Int!) { mutation UpdateAdminOrgType($orgSlug: String!, $orgType: String!) { updateAdminOrgType(orgSlug: $orgSlug, orgType: $orgType) { id slug