forked from FoundKeyGang/FoundKey
Fix typo: Fetxh -> Fetch
This commit is contained in:
parent
c93cb93168
commit
2107d89a84
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue