mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Fix typo: Fetxh -> Fetch
This commit is contained in:
parent
265773655f
commit
9bb8ebefff
@ -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 New Issue
Block a user