Skip to content

Commit 23a90a9

Browse files
committed
Remove obscenities from error
1 parent dcee122 commit 23a90a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ server.route({
5151
reply(Boom.badImplementation('Error: api doc generation failed'));
5252
});
5353
}
54-
else { reply(Boom.unauthorized('Invalid API Key. Go fuck yourself')); }
54+
else { reply(Boom.unauthorized('Invalid API Key.')); }
5555
}
5656
}
5757
});

0 commit comments

Comments
 (0)