mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Fix typo: Fetxh -> Fetch
This commit is contained in:
parent
265773655f
commit
9bb8ebefff
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));
|
||||
|
||||
// Fetxh found posts
|
||||
// Fetch found posts
|
||||
const posts = await Post
|
||||
.find({
|
||||
_id: {
|
||||
|
|
Loading…
Reference in a new issue