~netlandish/links

c90db2e9e585d130160d477620e7d2bda38102dd — Peter Sanchez 12 days ago b416e0c
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

Do not follow this link