chore(client): resolve linting errors in client
This commit is contained in:
committed by
mrugesh
parent
8980528009
commit
298e263f74
@ -37,9 +37,9 @@ exports.sourceNodes = function sourceChallengesSourceNodes(
|
||||
? onSourceChange(filePath)
|
||||
.then(challenge => {
|
||||
reporter.info(
|
||||
`File changed at ${filePath}, replacing challengeNode id ${
|
||||
challenge.id
|
||||
}`
|
||||
`
|
||||
File changed at ${filePath}, replacing challengeNode id ${challenge.id}
|
||||
`
|
||||
);
|
||||
return createChallengeNode(challenge, reporter);
|
||||
})
|
||||
|
Reference in New Issue
Block a user