fix(client): use mongoids for challenge.id (#39676)

This commit is contained in:
Oliver Eyton-Williams
2020-09-24 20:19:40 +02:00
committed by GitHub
parent 4f68cc3126
commit f5f2fca28c

View File

@ -33,8 +33,7 @@ function createChallengeNode(challenge, reporter) {
internal,
sourceInstanceName: 'challenge'
},
challenge,
{ id: challenge.id + internal.type }
challenge
)
)
);