fix(client): use mongoids for challenge.id (#39676)
This commit is contained in:
committed by
GitHub
parent
4f68cc3126
commit
f5f2fca28c
@ -33,8 +33,7 @@ function createChallengeNode(challenge, reporter) {
|
|||||||
internal,
|
internal,
|
||||||
sourceInstanceName: 'challenge'
|
sourceInstanceName: 'challenge'
|
||||||
},
|
},
|
||||||
challenge,
|
challenge
|
||||||
{ id: challenge.id + internal.type }
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user