Browse Source

[native] Add yet another field to JobOffer

jherve 1 năm trước cách đây
mục cha
commit
0cd879ff45
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      native/src/job_search/job_storage.py

+ 1 - 0
native/src/job_search/job_storage.py

@@ -125,6 +125,7 @@ class JobOffer:
             "application_questions",
             "application_url",
             "application_contacts",
+            "application_text",
         ]:
             try:
                 del dict[k]