Skip to content
Snippets Groups Projects
Commit 2107d89a authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix typo: Fetxh -> Fetch

parent c93cb931
No related merge requests found
......@@ -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));
// Fetxh found posts
// Fetch found posts
const posts = await Post
.find({
_id: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment