Advertisement
xapu

Untitled

Apr 1st, 2018
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .json({
  2. username: user.username,
  3. balance: user.balance,
  4. organisations: {
  5. ownerOf: user.organisations,
  6. memberOf: user.workPlace
  7. },
  8. account: user.account,
  9. income: user.income,
  10. expenditure: user.expenditure
  11. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement