poprawa serializerow
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2024-03-06 18:39:34 +01:00
parent 1549d85377
commit a099d4aa8d

View File

@ -33,7 +33,7 @@ class JobListingSerializer(serializers.ModelSerializer):
'id', 'posting_option',
'company_name', 'name', 'content', 'minsalary', 'maxsalary',
'localization', 'created_by', 'created_at', 'status', 'status_paid',
'expiration_date', 'experience_level', 'employmentType', 'workFromHome',
'expiration_date', 'experience_level', 'employment_type', 'work_from_home',
'updated_at', 'contact_email', 'first_name', 'last_name', 'anonymous_user_data'
]