forked from FoundKeyGang/FoundKey
Improve performance
This commit is contained in:
parent
67697a7aa6
commit
afc9caf7bf
1 changed files with 5 additions and 1 deletions
|
@ -19,5 +19,9 @@ export const packEmojis = async (
|
|||
host: string,
|
||||
// MeiTODO: filter
|
||||
) => {
|
||||
return await Emoji.find({ host });
|
||||
return await Emoji.find({ host }, {
|
||||
fields: {
|
||||
_id: false
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue