Skip to content

Commit 97e3f19

Browse files
author
Maintenance Bot
committed
Add comment to user.py
1 parent ea9669d commit 97e3f19

File tree

1 file changed

+1
-0
lines changed
  • services/usermanagement/app/users/request_handlers

1 file changed

+1
-0
lines changed

services/usermanagement/app/users/request_handlers/user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def add_user(self):
6060
)
6161
return self.user_dict
6262

63+
# Consider adding validation here
6364
def map_user_instance_to_db_model(self):
6465
try:
6566
user_management_logger.info(

0 commit comments

Comments
 (0)