Skip to content

Commit a65e173

Browse files
Remove unnecessary toProperCase transformation from subject mapping
#602
1 parent d7f6a92 commit a65e173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/functions/database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ async function querySite(query, User, Ques, SiteData) {
436436
? subjects
437437
.trim()
438438
.split(',')
439-
.map((subject) => subject.trim().toProperCase())
439+
.map((subject) => subject.trim())
440440
: [];
441441

442442
let possibleID;

0 commit comments

Comments
 (0)