fix serializery
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2024-03-11 20:58:03 +01:00
parent 2f4394d7a1
commit e7a0f8fca3

View File

@ -28,7 +28,7 @@ class JobOfferSerializer(serializers.ModelSerializer):
'status_paid', 'expiration_date', 'experience_level',
'employment_type', 'work_from_home', 'updated_at', 'skill_levels',
'contact_email', 'first_name', 'last_name', 'anonymous_user_data',
'category', 'webpage', 'image', 'requiresalary', 'vat_number'
'category', 'webpage', 'image', 'require_salary', 'vat_number'
]