Skip to content
  • ThibG's avatar
    d386d891
    Fix invalid votes from the API being accepted (#12601) · d386d891
    ThibG a rédigé
    * Fix invalid votes from the API being accepted
    
    Fixes #12556
    
    - Ensure `choice` is an integer instead of silently converting to 0
    - Ensure `choice` corresponds to an actual choice of the poll
    
    * Please CodeClimate
    d386d891
    Fix invalid votes from the API being accepted (#12601)
    ThibG a rédigé
    * Fix invalid votes from the API being accepted
    
    Fixes #12556
    
    - Ensure `choice` is an integer instead of silently converting to 0
    - Ensure `choice` corresponds to an actual choice of the poll
    
    * Please CodeClimate
Chargement en cours