Added periodic memory logger.
This commit is contained in:
@@ -18,7 +18,7 @@ function curateUser(user) {
|
||||
identityVerified: user.identity_verified,
|
||||
ability,
|
||||
createdAt: user.created_at,
|
||||
stashes: user.stashes?.filter(Boolean).map(stash => curateStash(stash)) || [],
|
||||
stashes: user.stashes?.filter(Boolean).map((stash) => curateStash(stash)) || [],
|
||||
};
|
||||
|
||||
return curatedUser;
|
||||
|
||||
Reference in New Issue
Block a user