Fix voting on polls (#33266)
This commit is contained in:
		
							parent
							
								
									a4560d9278
								
							
						
					
					
						commit
						da279df8ae
					
				| @ -6,5 +6,5 @@ export const apiGetPoll = (pollId: string) => | ||||
| 
 | ||||
| export const apiPollVote = (pollId: string, choices: string[]) => | ||||
|   apiRequestPost<ApiPollJSON>(`/v1/polls/${pollId}/votes`, { | ||||
|     data: { choices }, | ||||
|     choices, | ||||
|   }); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user