Improve performance
This commit is contained in:
parent
bdbe646ca7
commit
0144575f3f
1 changed files with 11 additions and 1 deletions
|
@ -181,12 +181,22 @@ export const pack = (
|
||||||
|
|
||||||
const fields = opts.detail ? {
|
const fields = opts.detail ? {
|
||||||
} : {
|
} : {
|
||||||
|
bannerColor: false,
|
||||||
|
bannerUrl: false,
|
||||||
|
description: false,
|
||||||
|
notesCount: false,
|
||||||
|
followersCount: false,
|
||||||
|
followingCount: false,
|
||||||
|
lastUsedAt: false,
|
||||||
settings: false,
|
settings: false,
|
||||||
clientSettings: false,
|
clientSettings: false,
|
||||||
profile: false,
|
profile: false,
|
||||||
keywords: false,
|
keywords: false,
|
||||||
domains: false,
|
domains: false,
|
||||||
pinnedNoteIds: false
|
pinnedNoteIds: false,
|
||||||
|
wallpaperColor: false,
|
||||||
|
wallpaperId: false,
|
||||||
|
wallpaperUrl: false
|
||||||
};
|
};
|
||||||
|
|
||||||
// Populate the user if 'user' is ID
|
// Populate the user if 'user' is ID
|
||||||
|
|
Loading…
Reference in a new issue