瀏覽代碼

feat: update

jerry 2 月之前
父節點
當前提交
5c6c0531e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/services/fake_service.py

+ 1 - 1
app/services/fake_service.py

@@ -106,7 +106,7 @@ class FakeService:
                 "passport_expiry_date": FakeService.random_passport_expiry(),
                 "email": FakeService.random_gmail(first, last),
                 "phone_country_code": "353",
-                "phone_no": u["cell"].replace(" ", "").replace("-", ""),
+                "phone": u["cell"].replace(" ", "").replace("-", ""),
                 "expected_start_date": start_date,
                 "expected_end_date": end_date,
                 "social_media_account": f"fake-{u['login']['username']}"