Rauhan commited on
Commit
f072aa1
·
2 Parent(s): 6a1e988 d2fce7d

Merge branch 'main' of https://huggingface.co/spaces/techconspartners/ConversAI

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -98,7 +98,7 @@ def createUser(user_id: str, username: str, email: str) -> dict:
98
  else:
99
  return {
100
  "code": 409,
101
- "message": "Email already exists"
102
  }
103
 
104
 
 
98
  else:
99
  return {
100
  "code": 409,
101
+ "message": "Username already exists"
102
  }
103
 
104