Browse Source
Update sapl/api/views_materia.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/3822/head
LeandroJataí
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
sapl/api/views_materia.py
|
|
|
@ -104,8 +104,8 @@ class _MateriaLegislativaViewSet: |
|
|
|
ano=ano, |
|
|
|
numero_preferido=numero |
|
|
|
) |
|
|
|
data['numero'] = numero |
|
|
|
data['ano'] = ano |
|
|
|
data['numero'] = numero |
|
|
|
data['ano'] = ano |
|
|
|
|
|
|
|
serializer = self.get_serializer(data=data) |
|
|
|
|
|
|
|
|