Skip to content

Commit

Permalink
Fix: Corrección d'hondt en el método post; #2
Browse files Browse the repository at this point in the history
  • Loading branch information
isamunval committed Jan 6, 2022
1 parent 7124ac1 commit 63b05a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decide/postproc/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def post(self, request):

t = request.data.get('type', 'IDENTITY')
opts = request.data.get('options', [])
s = request.data.get('seats')

if t == 'IDENTITY':
return self.identity(opts)
Expand Down

0 comments on commit 63b05a1

Please sign in to comment.