Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
55 stars 258 forks source link

Dev to Main Sync #2230

Closed tejaskh3 closed 1 month ago

tejaskh3 commented 1 month ago

Date: 24 oct, 2024

Developer Name: @tejaskh3


Issue Ticket Number

closes https://github.com/Real-Dev-Squad/website-backend/issues/2228

Description

The issue is we were using phone in "KEYS_NOT_ALLOWED" but while taking user phone inputs we took phoneNumber as field, which exposed phone number publicly. So, in this PR we are fixing the issue motioned above.

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?

Screenshots

Screenshot 2024-10-25 at 12 26 04 AM

Test Coverage

image

Additional Notes

This is just an fix in which we changed name of a field in test cases as well.