Skip to content

Commit 93282c0

Browse files
author
Sachin Maheshwari
committed
typo
1 parent 42780fa commit 93282c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/broadcastAPIHelper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function checkUserSkillsAndTracks(userId, bulkMessage, m) {
151151
/**
152152
* checking if user participated in specific challenges
153153
*/
154-
let key = t.toUpperCase()()
154+
let key = t.toUpperCase()
155155
if (key === "DEVLOP") {
156156
trackMatch = uDevChallenges > 0 ? true : trackMatch
157157
} else if (key === "DESIGN") {

0 commit comments

Comments
 (0)