~netlandish/links

465bf37cc5715ca7f6427d674b104aa5e646f8f2 — Peter Sanchez 12 days ago c90db2e
Fixing, again, setting 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: String!) {
			mutation UpdateAdminOrgType($orgSlug: String!, $orgType: OrgBillingStatus!) {
				updateAdminOrgType(orgSlug: $orgSlug, orgType: $orgType) {
					id
					slug

Do not follow this link