Fix a typo in server/boot/challenge.js

This commit is contained in:
Felix Yan
2017-10-18 00:23:14 +08:00
committed by GitHub
parent 06971a752e
commit b575dd1122

View File

@@ -352,7 +352,7 @@ export default function(app) {
if (!dashedName || !block) { if (!dashedName || !block) {
// this should normally not be hit if database is properly seeded // this should normally not be hit if database is properly seeded
throw new Error(dedent` throw new Error(dedent`
Attemped to find '${dashedName}' Attempted to find '${dashedName}'
from '${ challengeId || 'no challenge id found'}' from '${ challengeId || 'no challenge id found'}'
but came up empty. but came up empty.
db may not be properly seeded. db may not be properly seeded.