Skip to content

Commit 88340d2

Browse files
committed
modified: userdata/api/index.py
1 parent 5ce4436 commit 88340d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userdata/api/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def add_project():
384384
return jsonify(error="request body cannot be empty"), 400
385385

386386
if data.get('TC_PROJECT_NAME'):
387-
name = data['TC_PROJECT_NAME']
387+
name = data['TC_PROJECT_NAME'].lower()
388388
else:
389389
return jsonify(error="TC_PROJECT_NAME must be set in the request body"), 400
390390

0 commit comments

Comments
 (0)