packages/services/api/Promoter.ts
@@ -37,7 +37,7 @@ body: API.CreateOrUpdatePromoterInput, options?: API.RequestConfig ) { return request<string>('/api/Promoter/CreateOrUpdatePromoter', { return request<API.CreateOrUpdatePromoterOutput>('/api/Promoter/CreateOrUpdatePromoter', { method: 'POST', headers: { 'Content-Type': 'application/json',