Fix typo: Fetxh -> Fetch

This commit is contained in:
Aya Morisawa 2017-02-27 16:54:20 +09:00
parent c93cb93168
commit 2107d89a84
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ async function byElasticsearch(res, rej, me, query, offset, max) {
const hits = response.hits.hits.map(hit => new mongo.ObjectID(hit._id)); const hits = response.hits.hits.map(hit => new mongo.ObjectID(hit._id));
// Fetxh found posts // Fetch found posts
const posts = await Post const posts = await Post
.find({ .find({
_id: { _id: {